X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fstdapi.py;fp=specs%2Fstdapi.py;h=b86668bd13be9d2a44b34227fbf5d06eee7733f5;hb=4b466a99ddcae810ea4791f4c2415771bfca8627;hp=930bb82b9be8a9eee0088178b9bda22bafb2fa00;hpb=b080de4420648a49acad4950868522075c6f84c8;p=apitrace diff --git a/specs/stdapi.py b/specs/stdapi.py index 930bb82..b86668b 100644 --- a/specs/stdapi.py +++ b/specs/stdapi.py @@ -340,13 +340,7 @@ def InOut(type, name): class Function: - # 0-3 are reserved to memcpy, malloc, free, and realloc - __id = 4 - def __init__(self, type, name, args, call = '', fail = None, sideeffects=True, internal=False): - self.id = Function.__id - Function.__id += 1 - self.type = type self.name = name