Changeset 6a45bd78 for src/AST/Decl.hpp


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/Decl.hpp

    rd4e338f r6a45bd78  
    154154public:
    155155        ptr<Type> base;
    156         std::vector<ptr<TypeDecl>> params;
    157156        std::vector<ptr<DeclWithType>> assertions;
    158157
     
    160159                const CodeLocation & loc, const std::string & name, Storage::Classes storage,
    161160                const Type * b, Linkage::Spec spec = Linkage::Cforall )
    162         : Decl( loc, name, storage, spec ), base( b ), params(), assertions() {}
     161        : Decl( loc, name, storage, spec ), base( b ), assertions() {}
    163162
    164163        /// Produces a name for the kind of alias
Note: See TracChangeset for help on using the changeset viewer.