]> git.ipfire.org Git - thirdparty/nftables.git/commit
json: Drop unused symbolic_constant_json() stub
authorPhil Sutter <phil@nwl.cc>
Thu, 11 Oct 2018 15:48:55 +0000 (17:48 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Oct 2018 11:37:51 +0000 (13:37 +0200)
commitdf21b75ae20092e36e5aa6fc19c9c96a3f629751
treeaba0f9ac47c840086f866c5ffe6354578cd0b9d0
parent44b079303f68c9e034696e36d9489592e71adced
json: Drop unused symbolic_constant_json() stub

This seems like a left-over from day 1: Said function is static in
json.c, so there is no point in providing a stub when compiling with
JSON disabled.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/json.h