Skip to content

Commit

Permalink
Remove CvdFlag
Browse files Browse the repository at this point in the history
This has no more users.

Bug: b/389804379
Test: /usr/bin/bazel test '//...'
  • Loading branch information
Databean committed Jan 16, 2025
1 parent 1ca9b5a commit fe64f08
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 448 deletions.
5 changes: 0 additions & 5 deletions base/cvd/cuttlefish/host/commands/cvd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ cc_library(
"cli/commands/stop.cpp",
"cli/commands/try_acloud.cpp",
"cli/commands/version.cpp",
"cli/flag.cpp",
"cli/frontline_parser.cpp",
"cli/interruptible_terminal.cpp",
"cli/parser/cf_configs_common.cpp",
Expand Down Expand Up @@ -185,7 +184,6 @@ cc_library(
"cli/commands/stop.h",
"cli/commands/try_acloud.h",
"cli/commands/version.h",
"cli/flag.h",
"cli/frontline_parser.h",
"cli/interruptible_terminal.h",
"cli/parser/cf_configs_common.h",
Expand Down Expand Up @@ -316,9 +314,6 @@ cc_test(
"unittests/selector/client_lexer_helper.cpp",
"unittests/selector/client_lexer_helper.h",
"unittests/selector/client_lexer_test.cpp",
"unittests/selector/cvd_flags_helper.cpp",
"unittests/selector/cvd_flags_helper.h",
"unittests/selector/cvd_flags_test.cpp",
"unittests/selector/group_record_test.cpp",
"unittests/selector/host_tool_target_test.cpp",
"unittests/selector/instance_database_helper.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "common/libs/utils/flag_parser.h"
#include "common/libs/utils/result.h"
#include "host/commands/cvd/cli/commands/command_handler.h"
#include "host/commands/cvd/cli/flag.h"
#include "host/commands/cvd/cli/selector/selector.h"
#include "host/commands/cvd/cli/types.h"
#include "host/commands/cvd/cli/utils.h"
Expand Down
95 changes: 0 additions & 95 deletions base/cvd/cuttlefish/host/commands/cvd/cli/flag.cpp

This file was deleted.

253 changes: 0 additions & 253 deletions base/cvd/cuttlefish/host/commands/cvd/cli/flag.h

This file was deleted.

Loading

0 comments on commit fe64f08

Please sign in to comment.