Remove unused variables

This commit is contained in:
tomneedham 2014-02-18 16:28:04 +00:00
parent 589a7b220b
commit 0beaeed713
1 changed files with 0 additions and 4 deletions

View 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