From 1e12faa75690c5be8dd4583dd686e644696e3147 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 12 Aug 2016 14:35:34 +0200 Subject: [PATCH] Clean PHP. --- src/_h5ai/private/php/core/class-util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_h5ai/private/php/core/class-util.php b/src/_h5ai/private/php/core/class-util.php index c1416354..ce6c8029 100644 --- a/src/_h5ai/private/php/core/class-util.php +++ b/src/_h5ai/private/php/core/class-util.php @@ -85,6 +85,5 @@ class Util { $withFoldersize = $context->query_option('foldersize.enabled', false); $withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du'; return Filesize::getCachedSize($path, $withFoldersize, $withDu); - } }