merged volatile memory barriers
[cacao.git] / src / vm / jit / stubs.hpp
index ac4041f391184a853aa8d140d2853bcf77571566..28d4eb1b93c908bb4a169a80ad9c5690476dc442 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdint.h>
 
-#include "vm/method.h"
+#include "vm/method.hpp"
 
 #include "vm/jit/code.hpp"
 
@@ -70,15 +70,6 @@ public:
 // Include machine dependent implementation.
 #include "md-stubs.hpp"
 
-#else
-
-// Legacy C interface.
-
-void*     CompilerStub_generate(methodinfo* m);
-void*     CompilerStub_remove(void* stub);
-void      BuiltinStub_generate(methodinfo* m, builtintable_entry* bte);
-void      NativeStub_remove(void* stub);
-
 #endif
 
 #endif // _STUBS_HPP