-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unused name generation code (#39)
### Description Remove code for generating a new session name and for generating a unique animal key from inside `name_gen.rs`. It seems like this code now [resides on the `SessionAllocator`](https://github.com/mentimeter/linkup/blob/5a8458adf3b0a3814084fb52ad284a0600e518b8/linkup/src/session_allocator.rs#L115-L159) and that this one is not used anywhere else.
- Loading branch information
1 parent
534aa59
commit 907c0e1
Showing
2 changed files
with
1 addition
and
47 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