* src/vm/jit/stubs.cpp: Removed obsolete legacy C interface.
[cacao.git] / src / vm / jit / stubs.hpp
index 53b66a5a99f2b08f03a3c93391f25bf5d71dbebe..28d4eb1b93c908bb4a169a80ad9c5690476dc442 100644 (file)
@@ -29,9 +29,9 @@
 
 #include <stdint.h>
 
-#include "vm/method.h"
+#include "vm/method.hpp"
 
-#include "vm/jit/code.h"
+#include "vm/jit/code.hpp"
 
 
 #ifdef __cplusplus
@@ -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