Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.cc

    r954ef5b r21b7161  
    5050
    5151        void FixFunction::premutate(FunctionDecl *) { visit_children = false; }
    52         void FixFunction::premutate(ArrayType *) { visit_children = false; }
    5352        void FixFunction::premutate(BasicType *) { visit_children = false; }
    5453        void FixFunction::premutate(PointerType *) { visit_children = false; }
Note: See TracChangeset for help on using the changeset viewer.