Skip to content

Commit

Permalink
C++: stop adding unused m__io_* extra attr for a BytesType attr
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 16, 2023
1 parent 3277c6e commit 72a1384
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ trait ExtraAttrs {
case None => List()
case Some(_) =>
val rawId = RawIdentifier(id)
List(AttrSpec(List(), rawId, bt, condSpec)) ++
extraAttrForIO(id, condSpec.repeat)
List(AttrSpec(List(), rawId, bt, condSpec))
}
case utb: UserTypeFromBytes =>
// User type in a substream
Expand Down

0 comments on commit 72a1384

Please sign in to comment.