Skip to content

Move most of the redirection logic from the Printer class and subclasses to TraceMethodVisitor.

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

This is possible because Printer instances can't be chained together like MethodVisitor instances.

Merge request reports