mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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);
|
||||
}
|
||||
|
||||
unlock:
|
||||
snd_dlobj_unlock();
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue