Skip to content

Commit

Permalink
common/libkvs: Remove jansson_dirent
Browse files Browse the repository at this point in the history
Remove jansson_dirent internal library, as it is no longer used.

Remove lingering includes of jansson_dirent.h.
  • Loading branch information
chu11 committed Aug 18, 2017
1 parent 3ba6fc1 commit 56d8166
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 273 deletions.
7 changes: 0 additions & 7 deletions src/common/libkvs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ libkvs_la_SOURCES = \
kvs_dir.c \
kvs_classic.c \
kvs_watch.c \
jansson_dirent.c \
jansson_dirent.h \
kvs_commit.c \
kvs_txn.c \
kvs_txn_private.h \
Expand All @@ -35,7 +33,6 @@ fluxcoreinclude_HEADERS = \
kvs_commit.h

TESTS = \
test_jansson_dirent.t \
test_kvs_txn.t \
test_kvs_lookup.t \
test_kvs_dir.t \
Expand All @@ -59,10 +56,6 @@ test_cppflags = \
$(AM_CPPFLAGS) \
-I$(top_srcdir)/src/common/libtap

test_jansson_dirent_t_SOURCES = test/jansson_dirent.c
test_jansson_dirent_t_CPPFLAGS = $(test_cppflags)
test_jansson_dirent_t_LDADD = $(test_ldadd)

test_kvs_txn_t_SOURCES = test/kvs_txn.c
test_kvs_txn_t_CPPFLAGS = $(test_cppflags)
test_kvs_txn_t_LDADD = $(test_ldadd) $(LIBDL)
Expand Down
131 changes: 0 additions & 131 deletions src/common/libkvs/jansson_dirent.c

This file was deleted.

48 changes: 0 additions & 48 deletions src/common/libkvs/jansson_dirent.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/common/libkvs/kvs_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include <czmq.h>
#include <flux/core.h>

#include "jansson_dirent.h"

#include "kvs_txn_private.h"
#include "src/common/libutil/blobref.h"

Expand Down
85 changes: 0 additions & 85 deletions src/common/libkvs/test/jansson_dirent.c

This file was deleted.

0 comments on commit 56d8166

Please sign in to comment.