summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parser/handler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parser/handler.c b/test/parser/handler.c
index 64978da..d9057eb 100644
--- a/test/parser/handler.c
+++ b/test/parser/handler.c
@@ -40,10 +40,9 @@ void parser_init(void)
{
}
-void iterate_parsers(struct discover_context *ctx, enum conf_method method)
+void iterate_parsers(struct discover_context *ctx)
{
(void)ctx;
- (void)method;
assert(false);
}
OpenPOWER on IntegriCloud