bug fixes
[IRC.git] / Robust / src / Runtime / object.h
index c40f4b99627f509b61f95cca03c07def2b659430..94f7ba9fbd622beb4f65948f813020805da33af1 100644 (file)
@@ -4,25 +4,9 @@
 #include "structdefs.h"
 #include "methodheaders.h"
 
-#define MAXLOCKS 256
-
-struct lockpair {
-  struct ___Object___ *object;
-  int islastlock;
-};
-
-struct lockvector {
-  int index;
-  struct lockpair locks[MAXLOCKS];
-};
-
-#ifndef MAC
-extern __thread struct lockvector lvector;
-#endif
-
 #ifdef D___Object______nativehashCode____
 int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___);
-#endif 
+#endif
 #ifdef D___Object______hashCode____
 int CALL01(___Object______hashCode____, struct ___Object___ * ___this___);
 #endif