From 2daea54cac437e34b2c5223cfc33387d3a7aee28 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 25 Feb 2021 17:27:26 +0200 Subject: get rid of pnode, t'was unused. Signed-off-by: Gediminas Jakutis --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ccdbfc2..9d66594 100644 --- a/src/main.c +++ b/src/main.c @@ -26,7 +26,7 @@ static int stub_split(struct stream * const in, struct stream * const a, struct static const struct stream stream_blank = { .n = 0, .type = stream_invalid, .fd = -1, .settings = &settings, - .name = NULL, .index = 0, .pnode = NULL, .cnode = NULL, .cache = NULL, + .name = NULL, .index = 0, .cnode = NULL, .cache = NULL, .get_next_element_direct = stub_getnext, .get_next_element_cache = stub_getnext, .place_next_element_direct = stub_put, -- cgit v1.2.3