aboutsummaryrefslogtreecommitdiff
path: root/Makefile.local
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2012-08-07 09:04:27 -0400
committerDavid Bremner <bremner@debian.org>2012-08-12 21:28:08 +0200
commitd41946ea781caaf9652d037caa5f65a93a199b80 (patch)
tree1a33bcbc7904a1b673fc5d623459c77b9b9519f0 /Makefile.local
parent5811550cdd51485ec7ea0f960139eb9ea1741451 (diff)
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.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 0 insertions, 1 deletions
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)