24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Remove unused clause

This commit is contained in:
Christophe Romain 2015-03-12 13:15:07 +01:00
parent e855791f16
commit 7209954a5f

View File

@ -1245,6 +1245,5 @@ calc_hour_offset(TimeHere) ->
3600,
TimeHereHour - TimeZeroHour.
fjoin([]) -> <<"/">>;
fjoin(FileList) ->
list_to_binary(filename:join([binary_to_list(File) || File <- FileList])).