]> hydra-www.ietfng.org Git - dyna2/commitdiff
()
authortimv <tim.f.vieira@gmail.com>
Mon, 17 Jun 2013 02:42:54 +0000 (22:42 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Tue, 18 Jun 2013 01:24:22 +0000 (21:24 -0400)
src/Dyna/Backend/Python/repl.py

index a3ea6015af41b130fea75b4224fc83aa7d075e46..ab595025e2a56e6bfdd7767105e863ff49a0024b 100644 (file)
@@ -30,9 +30,6 @@ class REPL(cmd.Cmd, object):
     def do_retract_rule(self, idx):
         self.interp.retract_rule(int(idx))
 
-#    def do_retract_item(self, item):
-#       self.interp.retract_item(item)
-
     def do_exit(self, _):
         readline.write_history_file(self.hist)
         return -1