Skip to content

Commit

Permalink
Removed unused JSON-C code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Nov 17, 2019
1 parent 53108c9 commit 51cfdfb
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion example/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dpdk:
make -f Makefile.dpdk

check:
cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I../src/include -I/usr/local/include/json-c *.c
cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I../src/include *.c

clean:
/bin/rm -f *.o ndpiReader ndpiReader.dpdk
Expand Down
Loading

0 comments on commit 51cfdfb

Please sign in to comment.