logic: removed preprocessor only option when indexing CXX source groups
This commit is contained in:
@@ -47,11 +47,7 @@ public: // todo: make private again
|
||||
private:
|
||||
bool requestIndex(bool forceRefresh, bool needsFullRefresh);
|
||||
|
||||
void buildIndex(
|
||||
const std::set<FilePath>& filesToIndex,
|
||||
const std::set<FilePath>& filesToClean,
|
||||
bool fullRefresh,
|
||||
bool preprocessorOnly);
|
||||
void buildIndex(const std::set<FilePath>& filesToIndex, const std::set<FilePath>& filesToClean, bool fullRefresh);
|
||||
|
||||
bool hasCxxSourceGroup() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user