Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-06-06 03:05:25 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-06-06 03:05:25 +0300
commit9a30ec2093a77e5f4467379bcb276d48755477d8 (patch)
treeed148106870798802a1181a711c1ea9aaa1640fd /src/controllers/SqlController.php
parent5e120997c3acf06ca55bc9beaf3b49433bb2e6fd (diff)
removing dead code
Diffstat (limited to 'src/controllers/SqlController.php')
-rw-r--r--src/controllers/SqlController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index b577c631..15c5c8f8 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -90,8 +90,6 @@ class SqlController extends BaseController
public function doDefault()
{
- $conf = $this->conf;
- $this->misc = $this->misc;
$_connection = $this->misc->getConnection();
try {
@@ -113,7 +111,6 @@ class SqlController extends BaseController
private function execute_script()
{
- $conf = $this->conf;
$misc = $this->misc;
$data = $this->misc->getDatabaseAccessor();
$_connection = $this->misc->getConnection();