ruby: removed all refs to old RubyConfig

This commit is contained in:
Derek Hower
2009-07-18 18:20:03 -05:00
parent 4bd7fe4c53
commit 7cd2d8f687
45 changed files with 30 additions and 1211 deletions

View File

@@ -77,7 +77,7 @@ void EnqueueStatementAST::generate(string& code, Type* return_type_ptr) const
code += ".enqueue(out_msg";
if (getPairs().exist("latency")) {
code += ", RubyConfig::get" + getPairs().lookup("latency") + "()";
code += ", m_LATENCY_" + getPairs().lookup("latency");
}
code += ");\n";