From ccf47f40aac167f25b7537b3819b99d6c59bc92e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 18 Apr 2015 16:17:15 +0200 Subject: Remove unused variables * should make scrutinizer a lot more happy * reduces maybe memory footprint --- lib/public/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/files.php') diff --git a/lib/public/files.php b/lib/public/files.php index 57747a4c354..5de7f242976 100644 --- a/lib/public/files.php +++ b/lib/public/files.php @@ -81,7 +81,7 @@ class Files { * @since 5.0.0 */ public static function streamCopy( $source, $target ) { - list($count, $result) = \OC_Helper::streamCopy( $source, $target ); + list($count, ) = \OC_Helper::streamCopy( $source, $target ); return $count; } -- cgit v1.2.3