diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-05 12:38:42 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-05 12:38:42 -0800 |
commit | c6df72b7d06c61dc95aa2e6558fd96fa2441fa27 (patch) | |
tree | 1f4213a499b10b4c6f40b6becaf457bd6ec91651 | |
parent | 0270c80008e3c6b9f2f5dfba03631f72c7920796 (diff) |
Drop a bit of commented out python.
It was used in debugging before I figured out I needed to resolve
aliases late.
-rwxr-xr-x | src/gen_dispatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py index 168112b..cf68a6f 100755 --- a/src/gen_dispatch.py +++ b/src/gen_dispatch.py @@ -190,7 +190,6 @@ class Generator(object): alias = command.find('alias') if alias is not None: - # XXX print('{0} -> {1}'.format(func.name, alias.get('name'))) # Note that some alias references appear before the # target command is defined (glAttachObjectARB() -> # glAttachShader(), for example). |