Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing incorrect comment about a warning (valkey-io#1132)
There is a lot of bad legacy usage of `default:` with enums, which is an anti-pattern. If you omit the default, the compiler will tell you if a new enum value was added and that it is missing from a switch statement. Someone mentioned on another PR they used `default:` because of this warning, so just removing it, but might create an issue to do a wider cleanup. Signed-off-by: Madelyn Olson <[email protected]>
- Loading branch information