From d41946ea781caaf9652d037caa5f65a93a199b80 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 7 Aug 2012 09:04:27 -0400 Subject: cli: Remove now-unused json.c The string buffer quoting functions in json.c have been superseded by the new sprinter interface and are no longer used. Remove them. --- Makefile.local | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index b3b960c6..de984ab0 100644 --- a/Makefile.local +++ b/Makefile.local @@ -294,7 +294,6 @@ notmuch_client_srcs = \ query-string.c \ mime-node.c \ crypto.c \ - json.c notmuch_client_modules = $(notmuch_client_srcs:.c=.o) -- cgit v1.2.3