From eb2bfc3b4ace7a85036af20be6ff9324b3b03c10 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Mon, 6 Oct 2014 11:42:06 +0200 Subject: [PATCH] CppTools: Tests: Remove unused object Change-Id: Icf5837de56fc7bf5015dcad581206dcf07412a35 Reviewed-by: Christian Stenger --- src/plugins/cpptools/symbolsearcher_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/cpptools/symbolsearcher_test.cpp b/src/plugins/cpptools/symbolsearcher_test.cpp index c72f6fef9e5..649d512dd13 100644 --- a/src/plugins/cpptools/symbolsearcher_test.cpp +++ b/src/plugins/cpptools/symbolsearcher_test.cpp @@ -165,8 +165,6 @@ void CppToolsPlugin::test_builtinsymbolsearcher_data() MyTestDataDir testDirectory(QLatin1String("testdata_basic")); const QString testFile = testDirectory.file(QLatin1String("file1.cpp")); - QScopedPointer builtinIndexingSupport(new BuiltinIndexingSupport); - SymbolSearcher::Parameters searchParameters; // Check All Symbol Types