Skip to content
Snippets Groups Projects
Commit 4dae0bde authored by red-agent's avatar red-agent
Browse files

Removed unused code

parent 6630d88c
No related branches found
No related tags found
No related merge requests found
......@@ -222,11 +222,6 @@ class Dispatcher(type):
if hoster not in bases:
raise CommandInternalError("Should be hosted by the same processors it inherits from")
@classmethod
def check_if_conformed(cls, dispatchable, hostable):
if dispatchable and hostable:
raise CommandInternalError("Processor can not be dispatchable and hostable at the same time")
@classmethod
def register_processor(cls, proc):
cls.table[proc] = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment