From 6fbbabb678508a62d828d82abf30b4f8ffdbb0d3 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 30 Mar 2007 19:54:37 +0000 Subject: bug 2076 - do not generate code for AMI --- cpp/src/Slice/RubyUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Slice/RubyUtil.cpp') diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index 07125f44529..839c04a370c 100644 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -477,6 +477,7 @@ Slice::Ruby::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out.dec(); _out << nl << "end"; +/* If AMI/AMD is ever implemented... if(p->hasMetaData("ami") || (*oli)->hasMetaData("ami")) { _out << sp << nl << "def " << fixedOpName << "_async(_cb"; @@ -495,6 +496,7 @@ Slice::Ruby::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out.dec(); _out << nl << "end"; } +*/ } _out.dec(); _out << nl << "end"; // End of mix-in module for proxy. -- cgit v1.2.3