summaryrefslogtreecommitdiffstats
path: root/fastboot/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/util.cpp')
-rw-r--r--fastboot/util.cpp5
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());
-}