Remove unused functions
[c11tester.git] / execution.h
index 76f0e4e16396281089cb8f5d0bb1fb32cb696015..31e9810ef40149fdd2003cc6fd78744cf9675b14 100644 (file)
@@ -99,7 +99,6 @@ public:
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;
-       bool mo_may_allow(const ModelAction *writer, const ModelAction *reader);
        bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
        void wake_up_sleeping_actions(ModelAction *curr);
        modelclock_t get_next_seq_num();
        bool should_wake_up(const ModelAction *curr, const Thread *thread) const;
        void wake_up_sleeping_actions(ModelAction *curr);
        modelclock_t get_next_seq_num();