]> git.cworth.org Git - apitrace/blobdiff - specs/stdapi.py
Remove dead base parameter to literal types.
[apitrace] / specs / stdapi.py
index a92b9ba5669035725e9e54c5ca2d136119106caa..11b1eef955ac95033764cfcdf642707bf5dcdb48 100644 (file)
@@ -72,7 +72,7 @@ Void = _Void()
 
 class Literal(Type):
 
-    def __init__(self, expr, format, base=10):
+    def __init__(self, expr, format):
         Type.__init__(self, expr)
         self.format = format