summaryrefslogtreecommitdiff
path: root/src/mem/ruby/libruby.hh
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-09-15 20:49:54 -0500
committerDerek Hower <drh5@cs.wisc.edu>2009-09-15 20:49:54 -0500
commit144459032a57c50df1ef3059d96f303da7bcff36 (patch)
tree37abe6640b4b7a66c5792c7e55a64ea91becced1 /src/mem/ruby/libruby.hh
parent20da0f788cdc8bc454bc12dde113d346c93329ba (diff)
downloadgem5-144459032a57c50df1ef3059d96f303da7bcff36.tar.xz
removed isReady from the library interface
Diffstat (limited to 'src/mem/ruby/libruby.hh')
-rw-r--r--src/mem/ruby/libruby.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mem/ruby/libruby.hh b/src/mem/ruby/libruby.hh
index a5418d9e6..c8993ea10 100644
--- a/src/mem/ruby/libruby.hh
+++ b/src/mem/ruby/libruby.hh
@@ -76,12 +76,6 @@ RubyPortHandle libruby_get_port_by_name(const char* name);
*/
int64_t libruby_issue_request(RubyPortHandle p, struct RubyRequest request);
-
-/**
- *
- */
-bool libruby_isReady(RubyPortHandle p, struct RubyRequest request);
-
/**
* writes data directly into Ruby's data array. Note that this
* ignores caches, and should be considered incoherent after