25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00

Remove Erlang module attribute 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440)

SVN Revision: 2187
This commit is contained in:
Badlop 2009-06-16 13:52:32 +00:00
parent 0d4155b902
commit 6af85aea18

View File

@ -8,7 +8,6 @@
-module(mod_http_fileserver).
-author('mmirra@process-one.net').
-vsn('').
-define(ejabberd_debug, true).
-compile([export_all]).