diff options
| author | 2019-09-02 19:07:38 +0000 | |
|---|---|---|
| committer | 2019-09-02 19:07:38 +0000 | |
| commit | e85a11b63110189cf2771cf3e47a2d02d550eba5 (patch) | |
| tree | ddcb1b133b64cd294f84ae780c748aef41206a87 /cmds/dumpstate/dumpstate.cpp | |
| parent | e763ab987dd8449d0c7f5e64787a6e993f524f4a (diff) | |
| parent | 07d587b98905d04c8a5fb05c7f6820c1acfc7a67 (diff) | |
Merge "Remove outfile flag as it's unused and all callers migrated"
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index a8e6738228..b781da308c 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -2328,9 +2328,6 @@ Dumpstate::RunStatus Dumpstate::DumpOptions::Initialize(int argc, char* argv[]) // clang-format off case 'd': do_add_date = true; break; case 'z': do_zip_file = true; break; - // o=use_outfile not supported anymore. - // TODO(b/111441001): Remove when all callers have migrated. - case 'o': break; case 's': use_socket = true; break; case 'S': use_control_socket = true; break; case 'v': show_header_only = true; break; |