Skip to content

Commit

Permalink
Remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 30, 2024
1 parent cab47b0 commit b75f01e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/shared/simh_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ enum class SimhMarker
};

using SimhMetaData = struct _SimhMetaData {
_SimhMetaData(SimhClass c = SimhClass::BAD_DATA_RECORD, uint32_t v = 0) : cls(c), value(v) {}

SimhClass cls;
uint32_t value;
};
Expand Down

0 comments on commit b75f01e

Please sign in to comment.