-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead code for
mapAll
from Args.add_all
.
The implementation of `Args.add_all` has a flag for a `map_all` parameter with code supporting to evaluate and construct keys based on that, however it is always set to null, deeming all of the logic a no-op. Historically, it was used to implement `map_fn` for `Args.add`, but this has been dropped already. Delete the unused `map_all` parameter and code used to support it. PiperOrigin-RevId: 309475789
- Loading branch information
1 parent
d95bfbd
commit 23609fd
Showing
2 changed files
with
3 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters