Skip to content

Commit

Permalink
libutil: remove sds string library
Browse files Browse the repository at this point in the history
The sds string library included in libutil is no longer used by
anything in flux-core. Remove it.

Fixes #3133
  • Loading branch information
grondo committed Aug 12, 2020
1 parent ac37b10 commit 3fc7a9e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,578 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ CODE_COVERAGE_IGNORE_PATTERN = \
"/usr/lib*" \
"*/bindings/python/*" \
"*/common/liblsd/*" \
"*/common/libutil/sds.*" \
"*/common/liboptparse/getopt*" \
"*/common/libtestutil/*" \
"*/common/libyuarel/*"
Expand Down
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ coverage:
- ".*/common/libtomlc99/.*"
- ".*/common/liboptparse/getopt*"
- ".*/bindings/python/.*.c"
- ".*/common/libutil/sds.*"
- ".*/common/libminilzo/.*"
- "/usr/include/.*"
- "/usr/lib/.*"
Expand Down
3 changes: 0 additions & 3 deletions src/common/libutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ libutil_la_SOURCES = \
cleanup.h \
unlink_recursive.c \
unlink_recursive.h \
sds.c \
sds.h \
sdsalloc.h \
iterators.h \
macros.h \
sha1.h \
Expand Down
Loading

0 comments on commit 3fc7a9e

Please sign in to comment.