-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Clone + Copy bounds from ElfN type
Having the ElfN type implement Copy is a convenience, but not a necessity. With upcoming work it may not be feasible to keep this type copyable. Hence, remove the Copy implementation. Go even one step further and also remove Clone, as it does not really seem necessary either. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
Showing
2 changed files
with
13 additions
and
29 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