tests: chase listener refactor changes

This commit is contained in:
Ariadne Conill 2021-06-19 05:06:17 -06:00 committed by Doug Freed
parent 9a7b4a4521
commit 40ae4dee6c

View file

@ -33,7 +33,6 @@
#define MSG "%s:%d (%s)", __FILE__, __LINE__, __FUNCTION__
static struct Listener fake_listener = {
.next = NULL,
.name = "fake",
.F = NULL,
.ref_count = 0,