diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_context.c | 2 |
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; |