model: remove leftover junk
authorBrian Norris <banorris@uci.edu>
Tue, 16 Apr 2013 18:13:55 +0000 (11:13 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 16 Apr 2013 18:38:01 +0000 (11:38 -0700)
model.cc
model.h

index 089d88d11ca32c6a5cdaef4e41a4ed886285bf89..8e94561531ca063ccbd23bec2bf51d778530a95d 100644 (file)
--- a/model.cc
+++ b/model.cc
@@ -16,8 +16,6 @@
 #include "execution.h"
 #include "bugmessage.h"
 
 #include "execution.h"
 #include "bugmessage.h"
 
-#define INITIAL_THREAD_ID      0
-
 ModelChecker *model;
 
 /** @brief Constructor */
 ModelChecker *model;
 
 /** @brief Constructor */
diff --git a/model.h b/model.h
index 89d089d1051aafbcd95ae6cd4961c23f764be739..92592e5a8a191c2cc9421e944c32a2cc47c0eda1 100644 (file)
--- a/model.h
+++ b/model.h
@@ -74,9 +74,6 @@ public:
                trace_analyses.push_back(a);
        }
 
                trace_analyses.push_back(a);
        }
 
-       action_list_t * get_actions_on_obj(void * obj, thread_id_t tid);
-       ModelAction * get_last_action(thread_id_t tid) const;
-
        MEMALLOC
 private:
        /** The scheduler to use: tracks the running/ready Threads */
        MEMALLOC
 private:
        /** The scheduler to use: tracks the running/ready Threads */