This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstm.c
diff --git a/Robust/src/Runtime/DSTM/interface/dstm.c b/Robust/src/Runtime/DSTM/interface/dstm.c
deleted file mode 100644 (file)
index e404925..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "dstm.h"
-
-extern int classsize[];
-
-/* BEGIN object header */
-
-// Get the size of the object for a given type
-unsigned int objSize(objheader_t *object) {
-       return classsize[TYPE(object)];
-}
-
-/* END object header */
-