aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/rsyncdeploystep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/rsyncdeploystep.h')
-rw-r--r--src/plugins/remotelinux/rsyncdeploystep.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/remotelinux/rsyncdeploystep.h b/src/plugins/remotelinux/rsyncdeploystep.h
index 943fd349a7..746715d5e3 100644
--- a/src/plugins/remotelinux/rsyncdeploystep.h
+++ b/src/plugins/remotelinux/rsyncdeploystep.h
@@ -54,13 +54,6 @@ public:
static QString defaultFlags();
static RsyncCommandLine rsyncCommand(const QSsh::SshConnection &sshConnection,
const QString &flags);
-
-private:
- AbstractRemoteLinuxDeployService *deployService() const override;
- void doRun() override;
-
- class RsyncDeployStepPrivate;
- RsyncDeployStepPrivate * const d;
};
} // namespace RemoteLinux