Skip to content

Commit

Permalink
mlstdutils: Remove compat code for old replacement Bytes module
Browse files Browse the repository at this point in the history
Since we moved the baseline to OCaml 4.04 we no longer need to replace
the Bytes module.  I already removed the configure tests in the other
project, but Laszlo Ersek pointed out that I did not remove the
replacement code in mlstdutils/Makefile.am

Thanks: Laszlo Ersek
  • Loading branch information
rwmjones committed Nov 12, 2021
1 parent 62ccce4 commit a405dc5
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions mlstdutils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,13 @@ EXTRA_DIST = \
CONFIGURE_GENERATED_ML = \
guestfs_config.ml

SOURCES_MLI =

if HAVE_BYTES_COMPAT_ML
SOURCES_MLI += bytes.mli
endif

SOURCES_MLI += \
SOURCES_MLI = \
guestfs_config.mli \
std_utils.mli \
stringMap.mli \
stringSet.mli

SOURCES_ML =

if HAVE_BYTES_COMPAT_ML
SOURCES_ML += bytes.ml
endif

SOURCES_ML += \
SOURCES_ML = \
$(CONFIGURE_GENERATED_ML) \
stringMap.ml \
stringSet.ml \
Expand Down

0 comments on commit a405dc5

Please sign in to comment.