Skip to content

Commit

Permalink
libcompat: remove
Browse files Browse the repository at this point in the history
The old libcompat compatibility library no longer has any users.
Remove it.
  • Loading branch information
grondo committed Feb 7, 2019
1 parent d515bd1 commit 4506b63
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 401 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ AC_CONFIG_FILES( \
src/common/libkvs/Makefile \
src/common/libjob/Makefile \
src/common/libsubprocess/Makefile \
src/common/libcompat/Makefile \
src/common/liboptparse/Makefile \
src/common/libidset/Makefile \
src/common/libtomlc99/Makefile \
Expand Down
2 changes: 0 additions & 2 deletions src/common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SUBDIRS = libtap \
libflux \
libkvs \
libjob \
libcompat \
liboptparse \
libidset \
libtomlc99 \
Expand All @@ -26,7 +25,6 @@ libflux_internal_la_LIBADD = \
$(builddir)/libutil/libutil.la \
$(builddir)/libidset/libidset.la \
$(builddir)/libev/libev.la \
$(builddir)/libcompat/libcompat.la \
$(builddir)/libtomlc99/libtomlc99.la \
$(JANSSON_LIBS) $(ZMQ_LIBS) $(LIBPTHREAD) $(LIBUTIL) \
$(LIBDL) $(LIBRT) $(FLUX_SECURITY_LIBS) $(LIBSODIUM_LIBS)
Expand Down
18 changes: 0 additions & 18 deletions src/common/libcompat/Makefile.am

This file was deleted.

297 changes: 0 additions & 297 deletions src/common/libcompat/reactor.c

This file was deleted.

Loading

0 comments on commit 4506b63

Please sign in to comment.