From 287196a008cf313d373460166546346e00a9652f Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Thu, 3 Sep 2020 16:30:16 +0200 Subject: [PATCH] Nim: Remove unused attribute Change-Id: If8961425f658cac96f49e1d78f083c20aed6d818 Reviewed-by: hjk --- src/plugins/nim/project/nimcompilerbuildstep.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/nim/project/nimcompilerbuildstep.h b/src/plugins/nim/project/nimcompilerbuildstep.h index 398792522bc..a63f279e529 100644 --- a/src/plugins/nim/project/nimcompilerbuildstep.h +++ b/src/plugins/nim/project/nimcompilerbuildstep.h @@ -57,7 +57,6 @@ private: DefaultBuildOptions m_defaultOptions; QStringList m_userCompilerOptions; Utils::FilePath m_targetNimFile; - Utils::FilePath m_outFilePath; }; class NimCompilerBuildStepFactory : public ProjectExplorer::BuildStepFactory