mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
record: cleanup
This commit is contained in:
parent
cef1c5d3af
commit
47ae303846
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class Record:
|
|||
if len(list(filter(lambda x: x[0] == last, pos_fields))) > 0:
|
||||
raise ValueError
|
||||
pos_fields.append((last, getattr(pos_self, last)))
|
||||
print(fields)
|
||||
return Record(fields, "subrecord")
|
||||
|
||||
def compatible(self, other):
|
||||
|
|
Loading…
Reference in a new issue