aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/mocksymbolstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mocksymbolstorage.h')
-rw-r--r--tests/unit/unittest/mocksymbolstorage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/unittest/mocksymbolstorage.h b/tests/unit/unittest/mocksymbolstorage.h
index 325e18b1c97..c4b55fcfe41 100644
--- a/tests/unit/unittest/mocksymbolstorage.h
+++ b/tests/unit/unittest/mocksymbolstorage.h
@@ -46,9 +46,6 @@ public:
Utils::Language language,
Utils::LanguageVersion languageVersion,
Utils::LanguageExtension languageExtension));
- MOCK_METHOD2(updateProjectPartSources,
- void(int projectPartId,
- const ClangBackEnd::FilePathIds &sourceFilePathIds));
MOCK_CONST_METHOD1(fetchProjectPartArtefact,
Utils::optional<ClangBackEnd::ProjectPartArtefact> (ClangBackEnd::FilePathId sourceId));
MOCK_CONST_METHOD1(fetchProjectPartArtefact,