summaryrefslogtreecommitdiffstats
path: root/fastboot/util.h
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-09-24 15:48:09 -0700
committerTom Cherry <tomcherry@google.com>2018-09-25 14:32:56 -0700
commit9027af0d406a7ee4f285f55ed58ba227df268243 (patch)
tree4eba611a60f03c6987c8a0122e07e5f8c035606c /fastboot/util.h
parent4aa60b382cf758ac366045b7d2efd3b2f68bd659 (diff)
downloadsystem_core-9027af0d406a7ee4f285f55ed58ba227df268243.tar.gz
system_core-9027af0d406a7ee4f285f55ed58ba227df268243.tar.bz2
system_core-9027af0d406a7ee4f285f55ed58ba227df268243.zip
fastboot: remove engine.cpp/engine.h
Replace the remnants of engine.cpp with better functionality in FastBootDriver. Particularly, add prolog() and epilog() callbacks to FastBootDriver for printing actions and their result to the console. Then clean up the rest of fastboot.cpp to directly use FastBootDriver. Test: fastboot works Change-Id: I0ff01d6a10f75e9dc1c82b46c6e9bb3bc4c68638
Diffstat (limited to 'fastboot/util.h')
-rw-r--r--fastboot/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fastboot/util.h b/fastboot/util.h
index 533d2c708..2535414f5 100644
--- a/fastboot/util.h
+++ b/fastboot/util.h
@@ -11,8 +11,6 @@
double now();
void set_verbose();
-void Status(const std::string& message);
-
// These printf-like functions are implemented in terms of vsnprintf, so they
// use the same attribute for compile-time format string checking.
void die(const char* fmt, ...) __attribute__((__noreturn__))