diff options
Diffstat (limited to 'linux/drm_context.h')
-rw-r--r-- | linux/drm_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drm_context.h b/linux/drm_context.h index b446956c..3853a7c6 100644 --- a/linux/drm_context.h +++ b/linux/drm_context.h @@ -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; |