Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove overwriting empty vector constructor (#24710)
This constructor overwrites what was added in #24652. As long as memory is uninitialized (rather than zeroed) by default, these constructors do the same thing. Removing this constructor fixes a method overwritten warning during the build.
- Loading branch information