]> git.alsa-project.org Git - alsa-lib.git/commitdiff
dlmisc: Remove unused label
authorTakashi Iwai <tiwai@suse.de>
Sun, 16 Nov 2014 08:43:39 +0000 (09:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 16 Nov 2014 08:43:39 +0000 (09:43 +0100)
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>
src/dlmisc.c

index 62f7047149ff75881019668895099760918f3b20..b36c48fc8ac51697e974abe38337fc31282557e5 100644 (file)
@@ -326,7 +326,6 @@ void snd_dlobj_cache_cleanup(void)
                free(c);
        }
 
- unlock:
        snd_dlobj_unlock();
 }
 #endif