diff options
| author | Mike Lockwood <lockwood@google.com> | 2012-02-13 09:57:19 -0800 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2012-02-13 09:57:19 -0800 |
| commit | ca2074b78d44ce5fb60fae64da84e53c2b82cb8a (patch) | |
| tree | 0fe92271f3c1b161999e8badcc6d43574faba465 /fastboot/fastboot.h | |
| parent | 452e11885afb53d59b2aa38b15e3be41c568d1e6 (diff) | |
| download | system_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.h | 1 |
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); |
