diff --git a/nmigen/hdl/rec.py b/nmigen/hdl/rec.py index ef2fcb6..0b06f75 100644 --- a/nmigen/hdl/rec.py +++ b/nmigen/hdl/rec.py @@ -62,8 +62,6 @@ class Layout: class Record(Value): - __slots__ = ("fields",) - def __init__(self, layout, name=None): if name is None: try: