remove dead code

This commit is contained in:
Shish 2020-10-27 21:51:34 +00:00
parent 6c223d16bd
commit a4ff796b35
1 changed files with 0 additions and 13 deletions

View File

@ -111,19 +111,6 @@ class Database
return $this->engine->scoreql_to_sql($input); return $this->engine->scoreql_to_sql($input);
} }
public function scoresql_value_prepare($input)
{
if (is_null($this->engine)) {
$this->connect_engine();
}
if ($input===true) {
return $this->engine->BOOL_Y;
} elseif ($input===false) {
return $this->engine->BOOL_N;
}
return $input;
}
public function get_driver_name(): string public function get_driver_name(): string
{ {
if (is_null($this->engine)) { if (is_null($this->engine)) {