From afcdcb2a8e68d5f8d3ee7f900c3737db4bb81339 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 24 Jan 2023 14:29:51 +0100 Subject: Adapt to upstream change Change-Id: I2d3535f579f0e5c9e350bc548e59fc43189b2a8b Reviewed-by: hjk --- plugins/haskell/haskellrunconfiguration.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/haskell/haskellrunconfiguration.h') diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h index 1af3bd9..27e4a83 100644 --- a/plugins/haskell/haskellrunconfiguration.h +++ b/plugins/haskell/haskellrunconfiguration.h @@ -25,8 +25,6 @@ #pragma once -#include "haskellconstants.h" - #include #include #include @@ -50,13 +48,6 @@ class HaskellRunConfigurationFactory : public ProjectExplorer::RunConfigurationF { public: HaskellRunConfigurationFactory(); - -private: - ProjectExplorer::RunWorkerFactory runWorkerFactory{ - ProjectExplorer::RunWorkerFactory::make(), - {ProjectExplorer::Constants::NORMAL_RUN_MODE}, - {Constants::C_HASKELL_RUNCONFIG_ID}, - {ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE}}; }; class HaskellExecutableAspect : public Utils::StringAspect -- cgit v1.2.3