summaryrefslogtreecommitdiff
path: root/src/mem/ruby/init.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/init.hh')
-rw-r--r--src/mem/ruby/init.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mem/ruby/init.hh b/src/mem/ruby/init.hh
index 36d975b3e..8fec5a7c8 100644
--- a/src/mem/ruby/init.hh
+++ b/src/mem/ruby/init.hh
@@ -39,18 +39,8 @@
#ifndef INIT_H
#define INIT_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
extern void init_variables();
extern void init_simulator();
-extern void init_opal_interface( mf_ruby_api_t *api );
-extern int init_use_snoop();
extern void destroy_simulator();
-#ifdef __cplusplus
-} // extern "C"
-#endif
-
#endif //INIT_H