]> git.cworth.org Git - apitrace/commitdiff
trace: Remove unused Trace::unwrapRet method.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 22 Feb 2013 10:08:46 +0000 (10:08 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 22 Feb 2013 10:25:28 +0000 (10:25 +0000)
wrappers/trace.py

index de020869db76089b3abc2caefbbb7e0139fc736a..8ff2b9174efbdcb863f3aee73116c70749ed6f3a 100644 (file)
@@ -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)