From 5a6d4e4b8b2739f4b3520aa707421e99f5939e3e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 23 Jun 2024 19:23:02 -0400 Subject: Deprecate JSON output format --- json.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 json.h (limited to 'json.h') diff --git a/json.h b/json.h deleted file mode 100644 index ba36f9f..0000000 --- a/json.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// json.h - Header file for JSON output. -// -#pragma once - -#include - -#include "match.h" - -__attribute__((nonnull)) -void json_match(const char *text, bp_match_t *m, bool verbose); - -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3