Remove snapshot stack
[c11tester.git] / fuzzer.h
index 0d5734d0f193d517209cd34ae46d9ff1454d3a68..c5248d726310b8bab5db32b80e0fccc2bbd0556a 100644 (file)
--- a/fuzzer.h
+++ b/fuzzer.h
@@ -9,7 +9,6 @@ class Fuzzer {
 public:
        Fuzzer() {}
        virtual int selectWrite(ModelAction *read, SnapVector<ModelAction *>* rf_set);
-       virtual Predicate * get_selected_child_branch(thread_id_t tid) = 0;
        virtual bool has_paused_threads() { return false; }
        virtual void notify_paused_thread(Thread * thread) = 0;
        virtual Thread * selectThread(int * threadlist, int numthreads);