Skip to content

Delete some unnecessary code.

Eric Bruneton requested to merge remove-unnecessary-code into master

The class is final and the api is hardcoded to ASM7. The deprecated method is therefore only calling the super method, and can thus be deleted. And the redirect logic in the other method can be removed since it can never be executed.

Merge request reports