remove unused variable

main
Alan Hourihane 2003-04-22 12:42:22 +00:00
parent 0782f0df60
commit 9c5d16216d
2 changed files with 0 additions and 4 deletions

View 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;

View 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;