Skip to content

Commit

Permalink
Remove useless code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Tricaud committed Jan 28, 2021
1 parent fcf0ca2 commit 4e5927a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,995 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ if("${LUA_FOUND}")
message("LUA include dirs: ${LUA_INCLUDE_DIRS}")
endif()

pkg_check_modules(CJSON libcjson)
if("${CJSON_FOUND}")
message("Found cJSON: ${CJSON_VERSION}")
else()
message("cJSON not found, json tests will not be enabled")
endif()

# pkg_check_modules(LIBCACA caca)
# if (${LIBCACA_FOUND})
# pkg_check_modules(LIBGTCACA gtcaca)
Expand Down
2 changes: 0 additions & 2 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ features.c
faup.c
options.c
output.c
parson.c
portable.c
snapshot.c
snapshot-file.c
Expand All @@ -79,7 +78,6 @@ include/faup/features.h
include/faup/handler.h
include/faup/options.h
include/faup/output.h
include/faup/parson.h
include/faup/portable.h
include/faup/return-codes.h
include/faup/scheme-codes.h
Expand Down
223 changes: 0 additions & 223 deletions src/lib/include/faup/parson.h

This file was deleted.

Loading

0 comments on commit 4e5927a

Please sign in to comment.