Skip to content

Commit

Permalink
Remove ArgumentsLexer
Browse files Browse the repository at this point in the history
This is no longer being used.

Bug: b/389804379
Test: /usr/bin/bazel test '//...'
  • Loading branch information
Databean committed Jan 16, 2025
1 parent bddb0a9 commit 1bfb419
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 485 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 @@ -108,7 +108,6 @@ cc_library(
"cli/parser/load_configs_parser.cpp",
"cli/parser/selector_parser.cpp",
"cli/request_context.cpp",
"cli/selector/arguments_lexer.cpp",
"cli/selector/arguments_separator.cpp",
"cli/selector/creation_analyzer.cpp",
"cli/selector/device_selector_utils.cpp",
Expand Down Expand Up @@ -203,7 +202,6 @@ cc_library(
"cli/parser/load_configs_parser.h",
"cli/parser/selector_parser.h",
"cli/request_context.h",
"cli/selector/arguments_lexer.h",
"cli/selector/arguments_separator.h",
"cli/selector/creation_analyzer.h",
"cli/selector/device_selector_utils.h",
Expand Down Expand Up @@ -311,9 +309,6 @@ cc_test(
"unittests/parser/metrics_configs_test.cc",
"unittests/parser/test_common.cc",
"unittests/parser/test_common.h",
"unittests/selector/client_lexer_helper.cpp",
"unittests/selector/client_lexer_helper.h",
"unittests/selector/client_lexer_test.cpp",
"unittests/selector/group_record_test.cpp",
"unittests/selector/host_tool_target_test.cpp",
"unittests/selector/instance_database_helper.cpp",
Expand Down
174 changes: 0 additions & 174 deletions base/cvd/cuttlefish/host/commands/cvd/cli/selector/arguments_lexer.cpp

This file was deleted.

117 changes: 0 additions & 117 deletions base/cvd/cuttlefish/host/commands/cvd/cli/selector/arguments_lexer.h

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1bfb419

Please sign in to comment.