]> git.cworth.org Git - apitrace/blobdiff - wrappers/trace.py
trace: Remove unused Trace::unwrapRet method.
[apitrace] / 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)