summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-29 19:31:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-29 19:31:52 +0000
commit9ae96a5ce833ab3a65979ca9bedba06687d59c44 (patch)
tree335041113648d2708e712d63bf2f12025f578c07
parent7520e259950f7ed356f9737e68d4514e7eec8f06 (diff)
remove debug code
-rw-r--r--progs/tests/getprocaddress.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/getprocaddress.py b/progs/tests/getprocaddress.py
index 238e019b13..333f3ad2f0 100644
--- a/progs/tests/getprocaddress.py
+++ b/progs/tests/getprocaddress.py
@@ -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