X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=wrappers%2Ftrace.py;h=8ff2b9174efbdcb863f3aee73116c70749ed6f3a;hb=912abd59063df00d901d765fb15a01e8486689c8;hp=de020869db76089b3abc2caefbbb7e0139fc736a;hpb=1a617aad30ac8899a0b48f1276f13ed3c75549e3;p=apitrace diff --git a/wrappers/trace.py b/wrappers/trace.py index de02086..8ff2b91 100644 --- a/wrappers/trace.py +++ b/wrappers/trace.py @@ -564,9 +564,6 @@ class Tracer: def wrapRet(self, function, instance): self.wrapValue(function.type, instance) - def unwrapRet(self, function, instance): - self.unwrapValue(function.type, instance) - def needsWrapping(self, type): visitor = WrapDecider() visitor.visit(type)