diff options
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols.py b/protocols.py index 070b0069..8385c666 100644 --- a/protocols.py +++ b/protocols.py @@ -333,10 +333,6 @@ nodes.With.ass_type = end_ass_type # callable protocol ########################################################### -def callable_default(self): - return False -nodes.Node.callable = callable_default - def callable_true(self): return True |