[PATCH 3/8] Drop duplicated extern definitions.

Eric Anholt eric at anholt.net
Mon Apr 21 11:56:17 PDT 2014


---
 main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/main.c b/main.c
index 9a97d72..241c03d 100644
--- a/main.c
+++ b/main.c
@@ -26,9 +26,6 @@
 #include <string.h>
 #include <getopt.h>
 
-extern int num_ops;
-extern int num_colors;
-
 Bool is_verbose = FALSE, minimalrendering = FALSE;
 int enabled_tests = ~0;		/* Enable all tests by default */
 
-- 
1.9.2



More information about the xorg-devel mailing list