Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r6e50a6b re67991f  
    3131        class Indexer : public std::enable_shared_from_this<SymTab::Indexer> {
    3232        public:
    33                 explicit Indexer( bool trackIdentifiers = true );
     33                explicit Indexer();
    3434                virtual ~Indexer();
    3535
     
    180180                /// returns true if there exists a declaration with C linkage and the given name with a different mangled name
    181181                bool hasIncompatibleCDecl( const std::string & id, const std::string & mangleName ) const;
    182 
    183             bool trackIdentifiers;
    184182        };
    185183} // namespace SymTab
Note: See TracChangeset for help on using the changeset viewer.