This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Runtime / object.h
diff --git a/Robust/src/Runtime/object.h b/Robust/src/Runtime/object.h
deleted file mode 100644 (file)
index f0d95d5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef OBJECT_H
-#define OBJECT_H
-#include "runtime.h"
-#include "structdefs.h"
-
-int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___);int CALL01(___Object______getType____, struct ___Object___ * ___this___);
-#ifdef THREADS
-int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
-int CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
-#endif
-#endif