diff options
author | Badlop <badlop@process-one.net> | 2007-12-06 22:12:27 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-06 22:12:27 +0000 |
commit | d625fc80fc94feb24484050972509242f56cc67b (patch) | |
tree | 1d5db8e3bd548ee3f51581b271d7e2a671fd8c1e /src/sha.erl | |
parent | * src/ejabberdctl.cfg.example: Explain that each connection uses (diff) |
* src/acl.erl and other 64 files: Remove Erlang module attribute
'vsn' because it doesn't provide any worth feature, and it
difficults hot code update (EJAB-440)
SVN Revision: 1044
Diffstat (limited to 'src/sha.erl')
-rw-r--r-- | src/sha.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sha.erl b/src/sha.erl index f48d6928..322ca2e1 100644 --- a/src/sha.erl +++ b/src/sha.erl @@ -8,7 +8,6 @@ -module(sha). -author('alexey@sevcom.net'). --vsn('$Revision$ '). -export([start/0, sha/1]). |