Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
320e45c
)
Remove an unused helper function in the Ruby generator.
author
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:41:58 +0000
(21:41 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:41:58 +0000
(21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665616
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/generate/t_rb_generator.h
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_rb_generator.h
b/compiler/cpp/src/generate/t_rb_generator.h
index
e0463ef
..
f5e07bd
100644
(file)
--- a/
compiler/cpp/src/generate/t_rb_generator.h
+++ b/
compiler/cpp/src/generate/t_rb_generator.h
@@
-141,11
+141,6
@@
class t_rb_generator : public t_oop_generator {
- std::string ruby_namespace(t_program* p) {
- std::string ns = p->get_ruby_namespace();
- return ns.size() ? ns : "";
- }
-
std::vector<std::string> ruby_modules(t_program* p) {
std::string ns = p->get_ruby_namespace();
boost::tokenizer<> tok(ns);