Commit 7b04df5d authored by Tristan Gingold's avatar Tristan Gingold

srcfile: remove unused variable.

parent 706e9897
......@@ -38,8 +38,6 @@ class SourceFile(DepFile):
"""This is a class acting as a base for the different
HDL sources files, i.e. those that can be parsed"""
cur_index = 0
def __init__(self, path, module, library):
assert isinstance(path, six.string_types)
self.is_include = False
......
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