aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-07-17 14:25:34 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-07-27 12:06:17 +0000
commit77cee300f69bcf22c73a76b79f17dee8d6001a94 (patch)
tree6135208de9af327aae2aad0b0cb60c514b00021a /src/plugins/nim
parent42ed82973cec46f74f9ac57ac9ee79cd50d74c9f (diff)
BuildStep: Some cleanup
Remove unused BuildStep API. Remove outdated docs. Cleanup includes. Don't repeat custom cancel messages from build/deploy steps, as in case of cancel action the follow-up message: "Canceled build/deployment." always appears anyway. Change-Id: I50b31e0cc688ee66d76a3a1dbe58eb72702112ad Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/nim')
-rw-r--r--src/plugins/nim/project/nimcompilercleanstep.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/nim/project/nimcompilercleanstep.cpp b/src/plugins/nim/project/nimcompilercleanstep.cpp
index e8b523e7a5..edfe1b370c 100644
--- a/src/plugins/nim/project/nimcompilercleanstep.cpp
+++ b/src/plugins/nim/project/nimcompilercleanstep.cpp
@@ -50,8 +50,6 @@ private:
bool NimCompilerCleanStep::init()
{
- if (!BuildStep::init())
- return false;
const FilePath buildDir = buildDirectory();
const bool exists = buildDir.exists();
if (exists)