From 9d3f9444f791fc4549fbdf5ddddee1ce41c906ae Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 5 Jun 2014 19:01:19 -0400 Subject: [PATCH] Not necessary: codelet.symbols is {} by default. --- bitshift/parser/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bitshift/parser/__init__.py b/bitshift/parser/__init__.py index bf86945..44e4c40 100644 --- a/bitshift/parser/__init__.py +++ b/bitshift/parser/__init__.py @@ -139,6 +139,3 @@ def parse(codelet): for name in syms] for key, syms in symbols.iteritems()} codelet.symbols = symbols - - else: - codelet.symbols = {}