Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
    * XSC/be/CXX/Inline.cpp:
  • Loading branch information
jwillemsen committed Aug 30, 2024
1 parent d086e90 commit dd45753
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions XSC/be/CXX/Inline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@ namespace
<< "{"
<< "return *" << id (name) << "_;"
<< "}";
/* Lets just have one mutator
os << i
<< type << "& " << scope << "::" << endl
<< id (name) << " ()"
<< "{"
<< "return *" << id (name) << "_;"
<< "}";
*/
if ((idref_ptr != std::string::npos) && (this->cppmode_ == CPPMODE::CPP03))
{
os << i
Expand Down Expand Up @@ -275,7 +267,6 @@ namespace
os << "}";
}

// if (!this->cpp11_)
{
// count_typename
//
Expand Down Expand Up @@ -460,12 +451,6 @@ namespace
names_.node_traverser (*this);
}

//virtual void
//traverse (SemanticGraph::Type& t)
//{
// os << comma () << type_name (t) << " const& b__";
//}

virtual void
traverse (SemanticGraph::Enumeration& e)
{
Expand Down Expand Up @@ -730,12 +715,6 @@ namespace
{
}

//virtual void
//traverse (SemanticGraph::Type&)
//{
// os << "Base (b__)," << endl;
//}

virtual void
traverse (SemanticGraph::Enumeration&)
{
Expand Down Expand Up @@ -1138,14 +1117,6 @@ namespace
{
}

//virtual void
//traverse (SemanticGraph::Type&)
//{
// os << "static_cast< Base& > (*this) = "
// << "static_cast< Base const& > (s);"
// << endl;
//}

virtual void
traverse (SemanticGraph::Element& e)
{
Expand Down

0 comments on commit dd45753

Please sign in to comment.