common/mlstdutils: Remove unused Libdir module.

Last used in commit fd63d89644 (in 2013).
This commit is contained in:
Richard W.M. Jones
2017-09-20 17:28:25 +01:00
parent 290e4608f4
commit f04561a1fe
2 changed files with 0 additions and 9 deletions

1
.gitignore vendored
View File

@@ -130,7 +130,6 @@ Makefile.in
/common/mlstdutils/.depend
/common/mlstdutils/bytes.ml
/common/mlstdutils/guestfs_config.ml
/common/mlstdutils/libdir.ml
/common/mlstdutils/oUnit-*
/common/mlstdutils/std_utils_tests
/common/mlutils/.depend

View File

@@ -35,7 +35,6 @@ endif
SOURCES_ML += \
guestfs_config.ml \
libdir.ml \
stringMap.ml \
stringSet.ml \
std_utils.ml
@@ -97,13 +96,6 @@ mlstdutils.cmxa: $(XOBJECTS)
$(OCAMLFIND) ocamlopt $(OCAMLPACKAGES) -a $^ -o $@
endif
# This OCaml module has to be generated by make (configure will put
# unexpanded prefix macro in).
libdir.ml: Makefile
echo 'let libdir = "$(libdir)"' > $@-t
mv $@-t $@
# Tests.
std_utils_tests_SOURCES = dummy.c