[files_external] removing function as it's the same in the base class - THX Robin

Conflicts:
	apps/files_external/lib/smb.php
This commit is contained in:
Thomas Mueller 2012-12-06 19:55:30 +01:00
parent eed48c8159
commit 89bc26210a
1 changed files with 0 additions and 5 deletions

View File

@ -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