summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-05 12:38:42 -0800
committerEric Anholt <eric@anholt.net>2013-12-05 12:38:42 -0800
commitc6df72b7d06c61dc95aa2e6558fd96fa2441fa27 (patch)
tree1f4213a499b10b4c6f40b6becaf457bd6ec91651
parent0270c80008e3c6b9f2f5dfba03631f72c7920796 (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-xsrc/gen_dispatch.py1
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).