From: José Fonseca Date: Fri, 22 Feb 2013 10:08:46 +0000 (+0000) Subject: trace: Remove unused Trace::unwrapRet method. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=912abd59063df00d901d765fb15a01e8486689c8 trace: Remove unused Trace::unwrapRet method. --- 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)