File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -145,14 +145,6 @@ namespace
145145 << " {"
146146 << " return *" << id (name) << " _;"
147147 << " }" ;
148- /* Lets just have one mutator
149- os << i
150- << type << "& " << scope << "::" << endl
151- << id (name) << " ()"
152- << "{"
153- << "return *" << id (name) << "_;"
154- << "}";
155- */
156148 if ((idref_ptr != std::string::npos) && (this ->cppmode_ == CPPMODE::CPP03))
157149 {
158150 os << i
@@ -275,7 +267,6 @@ namespace
275267 os << " }" ;
276268 }
277269
278- // if (!this->cpp11_)
279270 {
280271 // count_typename
281272 //
@@ -460,12 +451,6 @@ namespace
460451 names_.node_traverser (*this );
461452 }
462453
463- // virtual void
464- // traverse (SemanticGraph::Type& t)
465- // {
466- // os << comma () << type_name (t) << " const& b__";
467- // }
468-
469454 virtual void
470455 traverse (SemanticGraph::Enumeration& e)
471456 {
@@ -730,12 +715,6 @@ namespace
730715 {
731716 }
732717
733- // virtual void
734- // traverse (SemanticGraph::Type&)
735- // {
736- // os << "Base (b__)," << endl;
737- // }
738-
739718 virtual void
740719 traverse (SemanticGraph::Enumeration&)
741720 {
@@ -1138,14 +1117,6 @@ namespace
11381117 {
11391118 }
11401119
1141- // virtual void
1142- // traverse (SemanticGraph::Type&)
1143- // {
1144- // os << "static_cast< Base& > (*this) = "
1145- // << "static_cast< Base const& > (s);"
1146- // << endl;
1147- // }
1148-
11491120 virtual void
11501121 traverse (SemanticGraph::Element& e)
11511122 {
You can’t perform that action at this time.
0 commit comments