Removed unused code
This commit is contained in:
parent
6630d88c08
commit
4dae0bde44
|
@ -222,11 +222,6 @@ class Dispatcher(type):
|
||||||
if hoster not in bases:
|
if hoster not in bases:
|
||||||
raise CommandInternalError("Should be hosted by the same processors it inherits from")
|
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
|
@classmethod
|
||||||
def register_processor(cls, proc):
|
def register_processor(cls, proc):
|
||||||
cls.table[proc] = {}
|
cls.table[proc] = {}
|
||||||
|
|
Loading…
Reference in New Issue