logic: Improved performance of depending file path retrieval for refresh

This commit is contained in:
Eberhard Graether
2016-12-02 11:01:48 +01:00
parent 163f3238ce
commit 32c2906bf0
4 changed files with 49 additions and 25 deletions
-1
View File
@@ -127,7 +127,6 @@ private:
FilePath getFileNodePath(Id fileId) const;
std::set<FilePath> getDependingFilePathsForIncludes(const std::set<FilePath>& filePaths);
std::set<FilePath> getDependingFilePathsForIncludes(const FilePath& filePath);
std::set<FilePath> getDependingFilePathsForImports(const std::set<FilePath>& filePaths);
Id getLastVisibleParentNodeId(const Id nodeId) const;