projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b414a54
)
threads: remove leftover class 'prototype'
author
Brian Norris
<banorris@uci.edu>
Fri, 20 Apr 2012 06:26:33 +0000
(23:26 -0700)
committer
Brian Norris
<banorris@uci.edu>
Fri, 20 Apr 2012 06:26:33 +0000
(23:26 -0700)
threads.h
patch
|
blob
|
history
diff --git
a/threads.h
b/threads.h
index 7427eeb59747322195a05ad418adae4a788f2645..b973224d7a3d1e436de2d1b7dc20673b813916b6 100644
(file)
--- a/
threads.h
+++ b/
threads.h
@@
-12,8
+12,6
@@
typedef enum thread_state {
THREAD_COMPLETED
} thread_state;
-class ModelAction;
-
class Thread {
public:
Thread(thrd_t *t, void (*func)(), void *a);