Avoid useless getmypid call
This commit is contained in:
parent
5e48b82174
commit
73732a8ad2
@ -115,7 +115,6 @@ class APIFactory
|
|||||||
{
|
{
|
||||||
$this->namespace = $namespace.'.';
|
$this->namespace = $namespace.'.';
|
||||||
$this->API = $API;
|
$this->API = $API;
|
||||||
$this->pid = getmypid();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __call($name, $arguments)
|
public function __call($name, $arguments)
|
||||||
|
Loading…
Reference in New Issue
Block a user