summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/helper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 5b9b961756c..66e7acb407a 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -282,7 +282,6 @@ class OC_Helper {
*/
public static function humanFileSize($bytes) {
if ($bytes < 0) {
- $l = OC_L10N::get('lib');
return "?";
}
if ($bytes < 1024) {