Removed unused code

This commit is contained in:
red-agent 2009-09-15 23:40:29 +03:00
parent 6630d88c08
commit 4dae0bde44
1 changed files with 0 additions and 5 deletions

View File

@ -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] = {}