Browse Source

Not necessary: codelet.symbols is {} by default.

tags/v1.0^2
Ben Kurtovic 10 years ago
parent
commit
9d3f9444f7
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      bitshift/parser/__init__.py

+ 0
- 3
bitshift/parser/__init__.py View File

@@ -139,6 +139,3 @@ def parse(codelet):
for name in syms]
for key, syms in symbols.iteritems()}
codelet.symbols = symbols

else:
codelet.symbols = {}

Loading…
Cancel
Save