Commit dcbbf3bc authored by Stefan Behnel's avatar Stefan Behnel

remove unused condition

parent 6416103d
......@@ -1539,7 +1539,6 @@ class CCodeWriter(object):
self.bol = 0
def put_or_include(self, code, name):
if code:
include_dir = self.globalstate.common_utility_include_dir
if include_dir and len(code) > 1042:
include_file = "%s_%s.h" % (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment