From 89bc26210ae653020e5fdaf9696f506c169bffb6 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Thu, 6 Dec 2012 19:55:30 +0100 Subject: [PATCH] [files_external] removing function as it's the same in the base class - THX Robin Conflicts: apps/files_external/lib/smb.php --- apps/files_external/lib/smb.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index 96778b0b2e1..58abcd43f5a 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -59,11 +59,6 @@ class SMB extends \OC\Files\Storage\StreamWrapper{ } } - public function filetype($path) { - // using opendir causes the same amount of requests and caches the content of the folder in one go - return (bool)@$this->opendir($path) ? 'dir' : 'file'; - } - /** * check if a file or folder has been updated since $time * @param string $path -- 2.39.5