summaryrefslogtreecommitdiffstats
path: root/state.rb
diff options
context:
space:
mode:
Diffstat (limited to 'state.rb')
-rw-r--r--state.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/state.rb b/state.rb
index 55430a6..bbae606 100644
--- a/state.rb
+++ b/state.rb
@@ -86,7 +86,6 @@ class State
raise ConsistencyFault, "Lost dep on #{dep} without notify for #{self}"
end
@@states.delete self
- #self.methods.each{ |x| define_method(x, :"*args"){ raise ConsistencyFault, "Operation on dead state" } }
self.freeze
return
end