[Process] Remove unreachable return statement.

This commit is contained in:
Paráda József 2016-02-26 22:16:08 +01:00
parent 48f05ecad2
commit 8f2d5bbccb

View File

@ -1263,8 +1263,6 @@ class Process
call_user_func($callback, $type, $data); call_user_func($callback, $type, $data);
} }
}; };
return $callback;
} }
/** /**