Changeset 6a45bd78 for src/AST/Print.cpp


Ignore:
Timestamp:
Dec 10, 2020, 3:59:41 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3e3f236
Parents:
d4e338f
Message:

cleanup: remove params in TypeDecl? (never used)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    rd4e338f r6a45bd78  
    221221                        ++indent;
    222222                        node->base->accept( *this );
    223                         --indent;
    224                 }
    225 
    226                 if ( ! node->params.empty() ) {
    227                         os << endl << indent << "... with parameters" << endl;
    228                         ++indent;
    229                         printAll( node->params );
    230223                        --indent;
    231224                }
Note: See TracChangeset for help on using the changeset viewer.