mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-27 01:40:09 -05:00
dlmisc: Remove unused label
Fix a compile warning dlmisc.c:329:2: warning: label 'unlock' defined but not used [-Wunused-label] Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
11fdac949b
commit
1eecc3a548
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ void snd_dlobj_cache_cleanup(void)
|
||||||
free(c);
|
free(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
unlock:
|
|
||||||
snd_dlobj_unlock();
|
snd_dlobj_unlock();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue