Skip to content

Commit

Permalink
remove no longer need hashtable code
Browse files Browse the repository at this point in the history
this now needs to prove in praxis

see also rsyslog#35
  • Loading branch information
rgerhards committed Apr 22, 2016
1 parent 63b8054 commit 77ee8be
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,174 deletions.
6 changes: 1 addition & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ libfastjson_internal_la_SOURCES = \
arraylist.c \
debug.h \
debug.c \
linkhash.h \
linkhash.c \
printbuf.h \
printbuf.c \
random_seed.h \
random_seed.c
printbuf.c

ACLOCAL_AMFLAGS = -I m4
1 change: 0 additions & 1 deletion json_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "debug.h"
#include "atomic.h"
#include "printbuf.h"
#include "linkhash.h"
#include "arraylist.h"
#include "json_inttypes.h"
#include "json_object.h"
Expand Down
1 change: 0 additions & 1 deletion json_object_iterator.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "json_object_private.h"
#include "json_object_iterator.h"
#include "debug.h"
#include "linkhash.h"

/**
* How It Works
Expand Down
Loading

0 comments on commit 77ee8be

Please sign in to comment.