From: Bjoern Schiessle Date: Thu, 2 Apr 2015 13:30:02 +0000 (+0200) Subject: remove unused code X-Git-Tag: v8.1.0alpha1~78^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a7e71513644a2e1a3ec632eb8d93f6affcee6cca;p=nextcloud-server.git remove unused code --- diff --git a/apps/encryption/tests/lib/crypto/encryptionTest.php b/apps/encryption/tests/lib/crypto/encryptionTest.php index 7f3a16a36b0..52a322463a9 100644 --- a/apps/encryption/tests/lib/crypto/encryptionTest.php +++ b/apps/encryption/tests/lib/crypto/encryptionTest.php @@ -60,7 +60,6 @@ class EncryptionTest extends TestCase { * @dataProvider dataProviderForTestGetPathToRealFile */ public function testGetPathToRealFile($path, $expected) { - $result = \Test_Helper::invokePrivate($this->instance, 'getPathToRealFile', array($path)); $this->assertSame($expected, \Test_Helper::invokePrivate($this->instance, 'getPathToRealFile', array($path)) );