diff options
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r-- | src/plugins/valgrind/memchecktool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h index a6eec1d276..6934465969 100644 --- a/src/plugins/valgrind/memchecktool.h +++ b/src/plugins/valgrind/memchecktool.h @@ -88,7 +88,6 @@ public: ProjectExplorer::RunMode runMode() const; QString displayName() const; QString description() const; - Core::Id actionId(Analyzer::StartMode mode) const; // Create the valgrind settings (for all valgrind tools) Analyzer::AbstractAnalyzerSubConfig *createGlobalSettings(); |