Browse Source

make releasing less convoluted

Nathaniel van Diepen 8 years ago
parent
commit
73108ae16c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      SQL/migration.abstract.class.php

+ 0 - 2
SQL/migration.abstract.class.php

@@ -89,8 +89,6 @@
 			self::$sql = SQL::FromDSN($dsn);
 		}
 		final public static function release(){
-			$sql = self::$sql;
-			unset($sql);
 			self::$sql = null;
 		}
 	}