Skip to content

Commit 15fd885

Browse files
committed
Remove remaining annotation code (for Mutex support)
1 parent fab39e8 commit 15fd885

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
@@ -142,9 +142,6 @@ struct MiriGenMCShim : private GenMCDriver
142142
std::unordered_map<SAddr, GenmcScalar> initVals_{};
143143

144144
std::vector<Action> globalInstructions;
145-
146-
std::unordered_map<uint64_t, ModuleID::ID> annotation_id{};
147-
ModuleID::ID annotation_id_counter = 0;
148145
};
149146

150147
/**** Functions available to Miri ****/

0 commit comments

Comments
 (0)