Remove unused clause

This commit is contained in:
Christophe Romain 2015-03-12 13:15:07 +01:00
parent e855791f16
commit 7209954a5f
1 changed files with 0 additions and 1 deletions

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])).