From 73732a8ad26bd08a1b868b5262221f1f2975f03a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 4 Mar 2018 12:05:00 +0000 Subject: [PATCH] Avoid useless getmypid call --- src/danog/MadelineProto/APIFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/danog/MadelineProto/APIFactory.php b/src/danog/MadelineProto/APIFactory.php index e7e4c33d..a4651c1d 100644 --- a/src/danog/MadelineProto/APIFactory.php +++ b/src/danog/MadelineProto/APIFactory.php @@ -115,7 +115,6 @@ class APIFactory { $this->namespace = $namespace.'.'; $this->API = $API; - $this->pid = getmypid(); } public function __call($name, $arguments)