execution: embed obj_map directly in class
[cdsspec-compiler.git] / execution.h
index 41a1bc1479ceb8f9d12a2ebb81fb6bacf925d6a6..67e3fa4b8957a50a90211493772d7583678d0bb7 100644 (file)
@@ -190,7 +190,7 @@ private:
 
        /** 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 obj_map;
+       HashTable<const void *, action_list_t *, uintptr_t, 4> obj_map;
 
        /** Per-object list of actions. Maps an object (i.e., memory location)
         * to a trace of all actions performed on the object. */