mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
m4: ocaml: Remove unused definitions of OCAML_BYTES_COMPAT_*
These were last used in commit024efc0f2fand commit8d09d716aa(both in Jul 2017).
This commit is contained in:
@@ -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"
|
||||
],[
|
||||
|
||||
Reference in New Issue
Block a user