Skip to content

Commit

Permalink
excess object (StackCallbacks) creation in mysql-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Antowka committed Dec 6, 2015
1 parent ce52d02 commit 5baf13f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PHPDaemon/Clients/MySQL/Connection.php
Expand Up @@ -206,7 +206,6 @@ public function onConnected($cb) {
else {
if (!$this->onConnected) {
$this->onConnected = new StackCallbacks();
$this->onConnected = new StackCallbacks();
}
$this->onConnected->push($cb);
}
Expand Down

0 comments on commit 5baf13f

Please sign in to comment.