m4: ocaml: Remove unused definitions of OCAML_BYTES_COMPAT_*

These were last used in commit 024efc0f2f
and commit 8d09d716aa (both in Jul 2017).
This commit is contained in:
Richard W.M. Jones
2019-08-20 17:58:40 +01:00
parent 4b9efadce2
commit 031016444a

View File

@@ -198,18 +198,13 @@ let to_string = String.copy
let sub_string = String.sub
EOF
$OCAMLC -i common/mlstdutils/bytes.ml > common/mlstdutils/bytes.mli
OCAML_BYTES_COMPAT_CMO='$(top_builddir)/common/mlstdutils/bytes.cmo'
OCAML_BYTES_COMPAT_ML='$(top_builddir)/common/mlstdutils/bytes.ml'
safe_string_option=
],[
OCAML_BYTES_COMPAT_CMO=
OCAML_BYTES_COMPAT_ML=
safe_string_option="-safe-string"
])
AC_SUBST([OCAML_BYTES_COMPAT_CMO])
AC_SUBST([OCAML_BYTES_COMPAT_ML])
AM_CONDITIONAL([HAVE_BYTES_COMPAT_ML],
[test "x$OCAML_BYTES_COMPAT_ML" != "x"])
[test "x$have_Bytes_module" = "xno"])
AS_IF([test "x$have_Hivex_OPEN_UNSAFE" = "xno"],[
HIVEX_OPEN_UNSAFE_FLAG="None"
],[