Merged branch subtype-trunk into default.
[cacao.git] / src / vm / jit / verify / typeinfo.cpp
index caff9d406d4eabf622acbbe4ed75e2e4fb3f3d71..0e6f46dc831b0a608f1797f0437d732864247a2a 100644 (file)
@@ -44,9 +44,6 @@
 #include "vm/jit/jit.hpp"
 #include "vm/jit/verify/typeinfo.hpp"
 
-#if defined(__cplusplus)
-extern "C" {
-#endif
 
 /* check if a linked class is an array class. Only use for linked classes! */
 #define CLASSINFO_IS_ARRAY(clsinfo)  ((clsinfo)->vftbl->arraydesc != NULL)
@@ -2550,10 +2547,6 @@ typevector_print(FILE *file,varinfo *vec,int size)
     }
 }
 
-#if defined(__cplusplus)
-}
-#endif
-
 #endif /* TYPEINFO_DEBUG */