Removed asm_builtin_new.
authortwisti <none@none>
Wed, 6 Apr 2005 10:32:13 +0000 (10:32 +0000)
committertwisti <none@none>
Wed, 6 Apr 2005 10:32:13 +0000 (10:32 +0000)
src/cacaoh/headers.c

index 1b52cd65d1b1bfb714ccd26bdd0c584cc5cea72b..e2f7f3d7e5afd93f3d1de0f4b6a001585e8b8bcf 100644 (file)
@@ -30,7 +30,7 @@
             Philipp Tomsich
             Christian Thalinger
 
-   $Id: headers.c 2193 2005-04-02 19:33:43Z edwin $
+   $Id: headers.c 2232 2005-04-06 10:32:13Z twisti $
 
 */
 
@@ -112,8 +112,6 @@ long compare_and_swap(long *p, long oldval, long newval)
 #endif
 
 
-java_objectheader *asm_builtin_new(classinfo *c) { return NULL; }
-
 #if defined(__I386__)
 s4 asm_builtin_arrayinstanceof(java_objectheader *obj, classinfo *class) {
        return 0;