diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2015-11-23 12:03:08 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2015-11-23 12:03:08 +0100 |
commit | 16881597c975d6d16793dee4c180e479ca6e8e4a (patch) | |
tree | b34e28b8ad91e837a254d1ac59682c3f9675a5b3 | |
parent | Export content_type/3 needed by mod_http_upload (diff) |
Remove useless export_all flag
-rw-r--r-- | src/mod_http_fileserver.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index 01199f9f..7ebbc81f 100644 --- a/src/mod_http_fileserver.erl +++ b/src/mod_http_fileserver.erl @@ -88,8 +88,6 @@ {<<".xpi">>, <<"application/x-xpinstall">>}, {<<".xul">>, <<"application/vnd.mozilla.xul+xml">>}]). --compile(export_all). - %%==================================================================== %% gen_mod callbacks %%==================================================================== |