summaryrefslogtreecommitdiff
path: root/specs/stdapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'specs/stdapi.py')
-rw-r--r--specs/stdapi.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/specs/stdapi.py b/specs/stdapi.py
index d6973c1..53d874e 100644
--- a/specs/stdapi.py
+++ b/specs/stdapi.py
@@ -305,10 +305,6 @@ class Method(Function):
self.args[index].index = index + 1
-def WrapPointer(type):
- return Pointer(type)
-
-
class String(Type):
def __init__(self, expr = "char *", length = None):