projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507167d
)
Remove dead code causing a warning.
author
Eric Anholt
<eric@anholt.net>
Sun, 21 Jan 2007 01:59:08 +0000
(17:59 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 26 Jan 2007 22:18:24 +0000
(14:18 -0800)
src/mesa/drivers/dri/i965/intel_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/intel_context.c
b/src/mesa/drivers/dri/i965/intel_context.c
index 3f8c2c0890c761db65ee46ea1830c5c242facd00..63809e0aa89fb59260ac7194b57f27f7911d077a 100644
(file)
--- a/
src/mesa/drivers/dri/i965/intel_context.c
+++ b/
src/mesa/drivers/dri/i965/intel_context.c
@@
-87,11
+87,6
@@
int INTEL_DEBUG = (0);
int VERBOSE = 0;
#endif
-#if DEBUG_LOCKING
-char *prevLockFile;
-int prevLockLine;
-#endif
-
/***************************************
* Mesa's Driver Functions
***************************************/