summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/include/updater/updater.h')
-rw-r--r--updater/include/updater/updater.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/updater/include/updater/updater.h b/updater/include/updater/updater.h
index 7bbecbc57..08816bf36 100644
--- a/updater/include/updater/updater.h
+++ b/updater/include/updater/updater.h
@@ -30,15 +30,11 @@
#include "otautil/error_code.h"
#include "otautil/sysutil.h"
-class UpdaterRuntime;
-
class Updater : public UpdaterInterface {
public:
explicit Updater(std::unique_ptr<UpdaterRuntimeInterface> run_time)
: runtime_(std::move(run_time)) {}
- Updater();
-
~Updater() override;
// Memory-maps the OTA package and opens it as a zip file. Also sets up the command pipe and