aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
-rw-r--r--plugins/haskell/haskellrunconfiguration.h9
1 files changed, 0 insertions, 9 deletions
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 <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/runconfigurationaspects.h>
#include <projectexplorer/runcontrol.h>
@@ -50,13 +48,6 @@ class HaskellRunConfigurationFactory : public ProjectExplorer::RunConfigurationF
{
public:
HaskellRunConfigurationFactory();
-
-private:
- ProjectExplorer::RunWorkerFactory runWorkerFactory{
- ProjectExplorer::RunWorkerFactory::make<ProjectExplorer::SimpleTargetRunner>(),
- {ProjectExplorer::Constants::NORMAL_RUN_MODE},
- {Constants::C_HASKELL_RUNCONFIG_ID},
- {ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE}};
};
class HaskellExecutableAspect : public Utils::StringAspect