From: Jaroslav Kysela Date: Sun, 8 Feb 2004 10:21:23 +0000 (+0000) Subject: fixed warnings X-Git-Tag: v1.0.3~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bb6c4dd6740e0061437be2d0b37455a61dca9345;p=alsa-lib.git fixed warnings --- diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c index 81b2704d..db1e33cb 100644 --- a/src/pcm/pcm_file.c +++ b/src/pcm/pcm_file.c @@ -415,8 +415,6 @@ static int snd_pcm_file_mmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) static int snd_pcm_file_munmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) { - snd_pcm_file_t *file = pcm->private_data; - snd_pcm_t *slave = file->slave; pcm->mmap_channels = NULL; pcm->running_areas = NULL; pcm->stopped_areas = NULL;