aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-03-12 13:15:07 +0100
committerChristophe Romain <christophe.romain@process-one.net>2015-03-12 13:15:07 +0100
commit7209954a5f97dd9c2eb7e28497fe74417a34e5e5 (patch)
tree071af7933c7e1e23678c7bda701ff12d01c9c47e /src
parentUpdate types to fix dialyzer warnings (diff)
Remove unused clause
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc_log.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_muc_log.erl b/src/mod_muc_log.erl
index 626cf745e..47b21a700 100644
--- a/src/mod_muc_log.erl
+++ b/src/mod_muc_log.erl
@@ -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])).