summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2003-04-22 12:42:22 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2003-04-22 12:42:22 +0000
commit9c5d16216d35d4b815471ff62de79f7fff2b2a2c (patch)
treea73abb503c4f20b2bce62ae08ed03c981a3847b2 /linux-core
parent0782f0df60b0544a8fb784aa253a4f57f9dfdeeb (diff)
remove unused variable
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/drm_context.c b/linux-core/drm_context.c
index b446956c..3853a7c6 100644
--- a/linux-core/drm_context.c
+++ b/linux-core/drm_context.c
@@ -225,8 +225,6 @@ found:
int DRM(context_switch)( drm_device_t *dev, int old, int new )
{
- char buf[64];
-
if ( test_and_set_bit( 0, &dev->context_flag ) ) {
DRM_ERROR( "Reentering -- FIXME\n" );
return -EBUSY;