diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-19 14:05:08 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-19 14:05:08 +0200 |
commit | b3b335480927a67f3019dfb9933b06e96b487179 (patch) | |
tree | 615c024122709fbafd903bdac1aedcc69c938f52 /lib/private/files/filesystem.php | |
parent | 5d7deefd95c3108ff4deb17d23e78b39dbe80ee3 (diff) | |
download | nextcloud-server-b3b335480927a67f3019dfb9933b06e96b487179.tar.gz nextcloud-server-b3b335480927a67f3019dfb9933b06e96b487179.zip |
move to public namespace
Diffstat (limited to 'lib/private/files/filesystem.php')
-rw-r--r-- | lib/private/files/filesystem.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index 758a178088c..1dbe66143ac 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -33,9 +33,6 @@ namespace OC\Files; use OC\Files\Storage\Loader; class Filesystem { - const SPACE_NOT_COMPUTED = -1; - const SPACE_UNKNOWN = -2; - const SPACE_UNLIMITED = -3; /** * @var Mount\Manager $mounts |