From c6df72b7d06c61dc95aa2e6558fd96fa2441fa27 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 5 Dec 2013 12:38:42 -0800 Subject: [PATCH] Drop a bit of commented out python. It was used in debugging before I figured out I needed to resolve aliases late. --- src/gen_dispatch.py | 1 - 1 file changed, 1 deletion(-) 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).