From: Takashi Iwai Date: Sun, 16 Nov 2014 08:43:39 +0000 (+0100) Subject: dlmisc: Remove unused label X-Git-Tag: v1.0.29~21 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1eecc3a548839a71dfda5c65c9dc9369d868f665;p=alsa-lib.git 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 --- diff --git a/src/dlmisc.c b/src/dlmisc.c index 62f70471..b36c48fc 100644 --- a/src/dlmisc.c +++ b/src/dlmisc.c @@ -326,7 +326,6 @@ void snd_dlobj_cache_cleanup(void) free(c); } - unlock: snd_dlobj_unlock(); } #endif