Changeset 1c1395d


Ignore:
Timestamp:
Oct 1, 2020, 2:15:51 PM (3 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:
17b6fc9
Parents:
9dc3eb21
Message:

cleanup commented code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    r9dc3eb21 r1c1395d  
    172172                InstantiationMap< AggregateDecl, AggregateDecl > instantiations;
    173173                /// Set of types which are dtype-only generic (and therefore have static layout)
    174                 // ScopedSet< AggregateDecl* > dtypeStatics;
    175174                std::set<AggregateDecl *> dtypeStatics;
    176175                /// Namer for concrete types
     
    506505        void GenericInstantiator::beginScope() {
    507506                instantiations.beginScope();
    508                 //dtypeStatics.beginScope();
    509507        }
    510508
    511509        void GenericInstantiator::endScope() {
    512510                instantiations.endScope();
    513                 //dtypeStatics.endScope();
    514511        }
    515512
Note: See TracChangeset for help on using the changeset viewer.