model: kill lock_waiters_map
[cdsspec-compiler.git] / model.h
diff --git a/model.h b/model.h
index 6809612a9a996ee9072ce32e30f4df5982d5163d..cbd1027cf3c6874227ddf3ce9631cbea69b6eb82 100644 (file)
--- a/model.h
+++ b/model.h
@@ -226,10 +226,6 @@ private:
         * to a trace of all actions performed on the object. */
        HashTable<const void *, action_list_t *, uintptr_t, 4> * const obj_map;
 
-       /** Per-object list of actions. Maps an object (i.e., memory location)
-        * to a trace of all actions performed on the object. */
-       HashTable<const void *, action_list_t *, uintptr_t, 4> * const lock_waiters_map;
-
        /** Per-object list of actions. Maps an object (i.e., memory location)
         * to a trace of all actions performed on the object. */
        HashTable<const void *, action_list_t *, uintptr_t, 4> * const condvar_waiters_map;