]> hydra-www.ietfng.org Git - dyna2/commitdiff
cleanup
authorTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 21:02:50 +0000 (17:02 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 21:02:50 +0000 (17:02 -0400)
src/Dyna/Backend/Python/interpreter.py

index d717a5a3753820302bd845524d32edc5c6fcbc20..7e0f8c2828c7cba04d8f7c652fa17c22b8207e52 100644 (file)
@@ -523,9 +523,7 @@ class Interpreter(object):
         for k,v in [('chart', self.chart),
                     ('build', self.build),
                     ('gbc', self.gbc),
-                    ('peel', peel),
-                    ('uniform', uniform), ('log', log), ('exp', exp), ('sqrt', sqrt),
-                    ('pycall', pycall)]:
+                    ('peel', peel)]:
             setattr(env, k, v)
 
         emits = []