Drop a bit of commented out python.

It was used in debugging before I figured out I needed to resolve
aliases late.
macos/v1.5.9
Eric Anholt 11 years ago
parent 0270c80008
commit c6df72b7d0
  1. 1
      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).

Loading…
Cancel
Save