diff options
| author | 2019-08-29 14:11:57 +0100 | |
|---|---|---|
| committer | 2019-08-29 15:55:46 +0100 | |
| commit | 07d587b98905d04c8a5fb05c7f6820c1acfc7a67 (patch) | |
| tree | 103576ee3d6c355d2b0bb31d71b4e7af955c5ef8 /cmds/dumpstate/dumpstate.cpp | |
| parent | f0aa9016e99a441e2bc2048ddd55b1437b3f6daa (diff) | |
Remove outfile flag as it's unused and all callers migrated
Bug: 111441001
Bug: 135186519
Test: builds
Test: atest dumpstate_test
Change-Id: I9fbaa6765f7384d99239161a38a9962d476e1394
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; |