From b42f1bd764c119eabebd49c5ace80a5022680025 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 31 Aug 2020 12:30:41 +0200 Subject: [PATCH] Nim: Remove unused declaration The implementation is gone for a while. Change-Id: I79e79569b24b7af5ca5e3df0a245fa5dd0f8ef30 Reviewed-by: hjk --- src/plugins/nim/project/nimbuildsystem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/nim/project/nimbuildsystem.h b/src/plugins/nim/project/nimbuildsystem.h index 6403d454302..6922511853a 100644 --- a/src/plugins/nim/project/nimbuildsystem.h +++ b/src/plugins/nim/project/nimbuildsystem.h @@ -93,8 +93,6 @@ protected: void loadSettings(); void saveSettings(); - void collectProjectFiles(); - ParseGuard m_guard; NimProjectScanner m_projectScanner; };