Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
47ae3038
Commit
47ae3038
authored
12 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
record: cleanup
parent
cef1c5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
migen/corelogic/record.py
migen/corelogic/record.py
+0
-1
No files found.
migen/corelogic/record.py
View file @
47ae3038
...
@@ -54,7 +54,6 @@ class Record:
...
@@ -54,7 +54,6 @@ class Record:
if
len
(
list
(
filter
(
lambda
x
:
x
[
0
]
==
last
,
pos_fields
)))
>
0
:
if
len
(
list
(
filter
(
lambda
x
:
x
[
0
]
==
last
,
pos_fields
)))
>
0
:
raise
ValueError
raise
ValueError
pos_fields
.
append
((
last
,
getattr
(
pos_self
,
last
)))
pos_fields
.
append
((
last
,
getattr
(
pos_self
,
last
)))
print
(
fields
)
return
Record
(
fields
,
"subrecord"
)
return
Record
(
fields
,
"subrecord"
)
def
compatible
(
self
,
other
):
def
compatible
(
self
,
other
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment