mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 06:18:05 +02:00
Remove unused variable.
This commit is contained in:
parent
a41a479f74
commit
2c1172a317
2 changed files with 0 additions and 2 deletions
|
|
@ -149,7 +149,6 @@ err:
|
|||
*/
|
||||
int DRM(irq_uninstall)( drm_device_t *dev )
|
||||
{
|
||||
int irq_enabled;
|
||||
int irqrid;
|
||||
|
||||
if (!dev->irq_enabled)
|
||||
|
|
|
|||
|
|
@ -149,7 +149,6 @@ err:
|
|||
*/
|
||||
int DRM(irq_uninstall)( drm_device_t *dev )
|
||||
{
|
||||
int irq_enabled;
|
||||
int irqrid;
|
||||
|
||||
if (!dev->irq_enabled)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue