slicc: whack some of Nate's leftover debug code
This commit is contained in:
@@ -72,9 +72,6 @@ def slicc_emitter(target, source, env):
|
||||
hh,cc = slicc.files()
|
||||
target.extend(sorted(hh))
|
||||
target.extend(sorted(cc))
|
||||
f = file('/tmp/asdf', 'w')
|
||||
for t in target:
|
||||
print >>f, t
|
||||
return target, source
|
||||
|
||||
def slicc_action(target, source, env):
|
||||
|
||||
Reference in New Issue
Block a user