Commit b1d58303 authored by Stefan Behnel's avatar Stefan Behnel

Remove dead code.

parent 1379f7ac
...@@ -752,7 +752,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): ...@@ -752,7 +752,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
code.putln("#endif") code.putln("#endif")
def generate_includes(self, env, cimported_modules, code, early=True, late=True): def generate_includes(self, env, cimported_modules, code, early=True, late=True):
includes = []
for inc in sorted(env.c_includes.values(), key=IncludeCode.sortkey): for inc in sorted(env.c_includes.values(), key=IncludeCode.sortkey):
if inc.location == inc.EARLY: if inc.location == inc.EARLY:
if early: if early:
......
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