aboutsummaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2012-02-13 09:57:19 -0800
committerMike Lockwood <lockwood@google.com>2012-02-13 09:57:19 -0800
commitca2074b78d44ce5fb60fae64da84e53c2b82cb8a (patch)
tree0fe92271f3c1b161999e8badcc6d43574faba465 /fastboot/fastboot.h
parent452e11885afb53d59b2aa38b15e3be41c568d1e6 (diff)
downloadsystem_core-ca2074b78d44ce5fb60fae64da84e53c2b82cb8a.tar.gz
system_core-ca2074b78d44ce5fb60fae64da84e53c2b82cb8a.tar.bz2
system_core-ca2074b78d44ce5fb60fae64da84e53c2b82cb8a.zip
Revert "Implement 'fastboot format' command"
until Windows support is done This reverts commit 452e11885afb53d59b2aa38b15e3be41c568d1e6.
Diffstat (limited to 'fastboot/fastboot.h')
-rw-r--r--fastboot/fastboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h
index c2f97a21..9e043fe6 100644
--- a/fastboot/fastboot.h
+++ b/fastboot/fastboot.h
@@ -43,7 +43,6 @@ char *fb_get_error(void);
/* engine.c - high level command queue engine */
void fb_queue_flash(const char *ptn, void *data, unsigned sz);;
void fb_queue_erase(const char *ptn);
-void fb_queue_format(const char *ptn);
void fb_queue_require(const char *prod, const char *var, int invert,
unsigned nvalues, const char **value);
void fb_queue_display(const char *var, const char *prettyname);