]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused variables
authortomneedham <tom@owncloud.com>
Tue, 18 Feb 2014 16:28:04 +0000 (16:28 +0000)
committertomneedham <tom@owncloud.com>
Tue, 18 Feb 2014 16:28:04 +0000 (16:28 +0000)
lib/private/migrate.php

index 2d2d37795fde601088c6bae0316eee998c215267..948b3d4572deebf270fc5f3c3b60453392abfc17 100644 (file)
@@ -35,12 +35,8 @@ class OC_Migrate{
        static private $zip=false;
        // Stores the type of export
        static private $exporttype=false;
-       // Array of temp files to be deleted after zip creation
-       static private $tmpfiles=array();
        // Holds the db object
        static private $migration_database=false;
-       // Schema db object
-       static private $schema=false;
        // Path to the sqlite db
        static private $dbpath=false;
        // Holds the path to the zip file