diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-24 13:43:51 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-24 13:43:51 -0500 |
commit | 667384896d73833bd56c9b60343f819f342b84bd (patch) | |
tree | 1944102f451947841fa544d5ff833abb84b48cfe /include | |
parent | 508bf3cc099fae7260804b340144f857a99d8ad0 (diff) |
core: rip out task_active()
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/litmus.h b/include/litmus.h index ff21963..d902b62 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -148,9 +148,4 @@ task_class_t str2class(const char* str); | |||
148 | void enter_np(void); | 148 | void enter_np(void); |
149 | void exit_np(void); | 149 | void exit_np(void); |
150 | 150 | ||
151 | /* Returns 1 if the task is still active. | ||
152 | * Use it for main job loop. | ||
153 | */ | ||
154 | int litmus_task_active(); | ||
155 | |||
156 | #endif | 151 | #endif |