-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace SmallSortedMap.EmptySet with equivalent Collections.emptySet()
This reduces our code weight by a little (3 classes). Collections.emptySet also has a singleton empty iterator, so it doesn't allocate. PiperOrigin-RevId: 633667264
- Loading branch information
1 parent
396d661
commit c6e2778
Showing
1 changed file
with
2 additions
and
42 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