remove debug code
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Oct 2004 19:31:52 +0000 (19:31 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Oct 2004 19:31:52 +0000 (19:31 +0000)
progs/tests/getprocaddress.py

index 238e019..333f3ad 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# $Id: getprocaddress.py,v 1.4 2004/10/29 19:12:08 brianp Exp $
+# $Id: getprocaddress.py,v 1.5 2004/10/29 19:31:52 brianp Exp $
 
 # Helper for the getprocaddress.c test.
 
@@ -65,7 +65,7 @@ static struct name_test_pair functions[] = {"""
                        test = "test_%s" % f.name
                else:
                        test = "NULL"
-               print '   { "gl%s", %s }, /* %s */' % (f.name, test, f.category)
+               print '   { "gl%s", %s },' % (f.name, test)
                return