-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dgram: refactor to remove unreachable code
There is no need to ensure `cluster` loaded in `bindServerHandle` because it's already loaded before calling it. This PR makes `cluster` as an argument to remind developers that `cluster` needs to be loaded before calling this function.
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 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