From b4dc2c07d515b5f0360c88b10292788591ae1117 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 14 Mar 2019 13:57:21 +0100 Subject: test/run_filter: move the buffer into the loop --- test/run_filter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/run_filter.cxx') diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 5a70d6828..bcc3ea2af 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -62,8 +62,6 @@ LoadFilter(const ConfigData &config, const char *name) int main(int argc, char **argv) try { - char buffer[4096]; - if (argc < 3 || argc > 4) { fprintf(stderr, "Usage: run_filter CONFIG NAME [FORMAT]