From fec553170a02deff1c612e8d1d67818c749af074 Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Mon, 25 May 2015 12:49:53 +0800 Subject: [PATCH] tests: Remove a redundant mempool_new from resampler-test Signed-off-by: Hui Wang --- src/tests/resampler-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c index 751d2dc9a..9832a314d 100644 --- a/src/tests/resampler-test.c +++ b/src/tests/resampler-test.c @@ -330,8 +330,6 @@ int main(int argc, char *argv[]) { if (!getenv("MAKE_CHECK")) pa_log_set_level(PA_LOG_INFO); - pa_assert_se(pool = pa_mempool_new(false, 0)); - a.channels = b.channels = 1; a.rate = b.rate = 44100; a.format = b.format = PA_SAMPLE_S16LE;