More bug fixes
[c11tester.git] / cyclegraph.h
index a7e2a115929066e03b5f0a018509f78e145d7c1f..716e811d64ea6ea4153572d6d9c485762b0988ef 100644 (file)
@@ -70,6 +70,7 @@ public:
        void clearRMW() { hasRMW = NULL; }
        ModelAction * getAction() const { return action; }
        void removeInEdge(CycleNode *src);
+       void removeEdge(CycleNode *dst);
        ~CycleNode();
 
        SNAPSHOTALLOC