Remove unrequired function from libra php example script

This commit is contained in:
Josh Freeman
2015-10-30 21:08:45 +00:00
parent 26f0a8ffdd
commit 1874c2daac
-6
View File
@@ -26,12 +26,6 @@ class LiteDatabase
} }
} }
private function track($type)
{
global $tracking;
$tracking->update($type);
}
public function sql($sql) public function sql($sql)
{ {
if (!$this->connection) { if (!$this->connection) {