Skip to content

Commit 409164b

Browse files
committed
Remove remaining annotation code (for Mutex support)
1 parent e7a3b98 commit 409164b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

genmc-sys/src_cpp/MiriInterface.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ struct MiriGenMCShim : private GenMCDriver
143143
std::unordered_map<SAddr, GenmcScalar> initVals_{};
144144

145145
std::vector<Action> globalInstructions;
146-
147-
std::unordered_map<uint64_t, ModuleID::ID> annotation_id{};
148-
ModuleID::ID annotation_id_counter = 0;
149146
};
150147

151148
/**** Functions available to Miri ****/

0 commit comments

Comments
 (0)