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

SVN Revision: 2172
This commit is contained in:
Badlop 2009-06-16 13:44:53 +00:00
parent 7e426b9623
commit 2190055a06
1 changed files with 0 additions and 1 deletions

View File

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