aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-05-15 09:33:26 +0200
committerhjk <hjk@qt.io>2018-05-16 13:16:41 +0000
commitf68f3c0112e181787efa6710cdd95bc42a698e1e (patch)
treef1c8c712f4e5d65b9d0ca75f866079b55cc51f7f /src/plugins/projectexplorer/buildstep.h
parent64c48933c887ff2fffde92ce3ce3c9c0785ad682 (diff)
ProjectExplorer: Remove unused BuildStepFactory::clone method
Change-Id: I559441a6160e288b647bdb45b759992df26227d1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-rw-r--r--src/plugins/projectexplorer/buildstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index 840e31ee21..dd68e52216 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -132,7 +132,6 @@ public:
Core::Id stepId() const;
BuildStep *create(BuildStepList *parent, Core::Id id);
BuildStep *restore(BuildStepList *parent, const QVariantMap &map);
- BuildStep *clone(BuildStepList *parent, BuildStep *product);
virtual bool canHandle(BuildStepList *bsl) const;