summaryrefslogtreecommitdiff
path: root/include/Task.h
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 15:28:15 +0000
committerpixel <pixel>2002-12-23 15:28:15 +0000
commit3dbdb39eb0abdd9a1aeb3744e5fe8a43e0afadc1 (patch)
treedd1c5b632ba05b3388d3e0ab1731e14021386af9 /include/Task.h
parentc1271b904b730dbf427366d9aa6388037931ba84 (diff)
pre-commit patch
Diffstat (limited to 'include/Task.h')
-rw-r--r--include/Task.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Task.h b/include/Task.h
index 17df72e..9c966a3 100644
--- a/include/Task.h
+++ b/include/Task.h
@@ -1,6 +1,5 @@
#ifndef __TASK_H__
#define __TASK_H__
-#ifdef __cplusplus
#include <unistd.h>
#include <sys/time.h>
@@ -53,7 +52,4 @@ class Task : public Base {
Task * wbta;
};
-#else
-#error This only works with a C++ compiler
-#endif
#endif