summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-13 17:41:09 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-13 17:41:09 +0200
commit049e57ac4aff9691bd74777749a5edfa5e26c0ec (patch)
treec90a5f2f3e1ad9e4811f824ef15a8b2813b991c6 /lib/helper.php
parent8c9add4d3292659228b3d0cf009a7945f09f2705 (diff)
downloadnextcloud-server-049e57ac4aff9691bd74777749a5edfa5e26c0ec.tar.gz
nextcloud-server-049e57ac4aff9691bd74777749a5edfa5e26c0ec.zip
remove unused OC_L10N
Diffstat (limited to 'lib/helper.php')
-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) {