Removed useless code (#3265)

This commit is contained in:
李铭昕 2021-02-16 09:04:48 +08:00 committed by GitHub
parent 08d1d3b253
commit 9b04755d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,6 @@ class RegisterProtocolListener implements ListenerInterface
/**
* All official rpc protocols should register in here,
* and the others non-official protocols should register in their own component via listener.
*
* @param BeforeWorkerStart $event
*/
public function process(object $event)
{