Remove dead code causing a warning.
authorEric Anholt <eric@anholt.net>
Sun, 21 Jan 2007 01:59:08 +0000 (17:59 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 26 Jan 2007 22:18:24 +0000 (14:18 -0800)
src/mesa/drivers/dri/i965/intel_context.c

index 3f8c2c0..63809e0 100644 (file)
@@ -87,11 +87,6 @@ int INTEL_DEBUG = (0);
 int VERBOSE = 0;
 #endif
 
-#if DEBUG_LOCKING
-char *prevLockFile;
-int prevLockLine;
-#endif
-
 /***************************************
  * Mesa's Driver Functions
  ***************************************/