summaryrefslogtreecommitdiff
path: root/src/include/gc/obj.h
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-04-07 11:37:21 +0200
committerAlexis211 <alexis211@gmail.com>2010-04-07 11:37:21 +0200
commitee348973b0cb0f6481e4fd6e7494c63167c9759c (patch)
treea9f1cd82703aaeeefbf4cf449203881cfcafc0a5 /src/include/gc/obj.h
parentca4f5906f284e60a7a59ca7450e3e09c4f9356e5 (diff)
downloadTCE-ee348973b0cb0f6481e4fd6e7494c63167c9759c.tar.gz
TCE-ee348973b0cb0f6481e4fd6e7494c63167c9759c.zip
More work on manager
Diffstat (limited to 'src/include/gc/obj.h')
-rw-r--r--src/include/gc/obj.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gc/obj.h b/src/include/gc/obj.h
index 10651f5..fcb60cd 100644
--- a/src/include/gc/obj.h
+++ b/src/include/gc/obj.h
@@ -5,10 +5,6 @@
#define ME_UNHANDLED -32767
#define ME_INTERRUPTED -32766
-struct object_cli {
- int id;
-};
-
-typedef struct object_cli Object;
+typedef int Object;
#endif