diff options
author | tomneedham <tom@owncloud.com> | 2014-02-18 16:28:04 +0000 |
---|---|---|
committer | tomneedham <tom@owncloud.com> | 2014-02-18 16:28:04 +0000 |
commit | 0beaeed713977bcca0eb9da996af712526ee69d2 (patch) | |
tree | de735815d5f16a8aecad963a48f0aa814d5fc338 /lib/private | |
parent | 589a7b220b7d2ec932dbda6419577bfdc0ed9f86 (diff) | |
download | nextcloud-server-0beaeed713977bcca0eb9da996af712526ee69d2.tar.gz nextcloud-server-0beaeed713977bcca0eb9da996af712526ee69d2.zip |
Remove unused variables
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/migrate.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/migrate.php b/lib/private/migrate.php index 2d2d37795fd..948b3d4572d 100644 --- a/lib/private/migrate.php +++ b/lib/private/migrate.php @@ -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 |