diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-04-22 12:42:22 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-04-22 12:42:22 +0000 |
commit | 9c5d16216d35d4b815471ff62de79f7fff2b2a2c (patch) | |
tree | a73abb503c4f20b2bce62ae08ed03c981a3847b2 /linux | |
parent | 0782f0df60b0544a8fb784aa253a4f57f9dfdeeb (diff) |
remove unused variable
Diffstat (limited to 'linux')
-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; |