get rid of an unused function
[c11tester.git] / action.h
index fafa27cd1f4e68cee555917005f6e06af366c3cc..00289355be9db60dd14c4cec2eace3381ac2e79a 100644 (file)
--- a/action.h
+++ b/action.h
@@ -224,10 +224,6 @@ private:
        /** @brief The value written (for write or RMW; undefined for read) */
        uint64_t value;
 
-       /** @brief The value this action read from (only used when reads_from is an
-        *  uninitialized action)  */
-       uint64_t reads_from_value;
-
        /** @brief Type of action (read, write, RMW, fence, thread create, etc.) */
        action_type type;