diff options
author | Tom Cherry <tomcherry@google.com> | 2018-10-02 21:21:50 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-02 21:21:50 +0000 |
commit | e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419 (patch) | |
tree | 59756166863aa29d42d64d675d756ecec5078d94 /fastboot/util.cpp | |
parent | a535e5a64ec96858d67bd2d59e35799f658c84d2 (diff) | |
parent | 9027af0d406a7ee4f285f55ed58ba227df268243 (diff) | |
download | system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.tar.gz system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.tar.bz2 system_core-e6fc328d1666a9ad9692dc6f9c3e9ac93dcc0419.zip |
Merge "fastboot: remove engine.cpp/engine.h"
Diffstat (limited to 'fastboot/util.cpp')
-rw-r--r-- | fastboot/util.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fastboot/util.cpp b/fastboot/util.cpp index 7d15047ff..d02b37fee 100644 --- a/fastboot/util.cpp +++ b/fastboot/util.cpp @@ -69,8 +69,3 @@ void verbose(const char* fmt, ...) { } fprintf(stderr, "\n"); } - -void Status(const std::string& message) { - static constexpr char kStatusFormat[] = "%-50s "; - fprintf(stderr, kStatusFormat, message.c_str()); -} |