remove unused variable
authorAlan Hourihane <alanh@fairlite.demon.co.uk>
Tue, 22 Apr 2003 12:42:22 +0000 (12:42 +0000)
committerAlan Hourihane <alanh@fairlite.demon.co.uk>
Tue, 22 Apr 2003 12:42:22 +0000 (12:42 +0000)
linux-core/drm_context.c
linux/drm_context.h

index b446956..3853a7c 100644 (file)
@@ -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;
index b446956..3853a7c 100644 (file)
@@ -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;