aboutsummaryrefslogtreecommitdiff
path: root/test/unit/fixtures/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/fixtures/queue.h')
-rw-r--r--test/unit/fixtures/queue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/fixtures/queue.h b/test/unit/fixtures/queue.h
deleted file mode 100644
index ae949c9f29..0000000000
--- a/test/unit/fixtures/queue.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "nvim/event/queue.h"
-
-void ut_queue_put(Queue *queue, const char *str);
-const char *ut_queue_get(Queue *queue);