Skip to content

Commit 7d2aaf5

Browse files
committed
audit: Remove yxml
Remove yxml as it no currently used anywhere. VuXML which was only user for yxml is replaced with OSVf which uses libucl.
1 parent 7ced621 commit 7d2aaf5

File tree

9 files changed

+3
-1247
lines changed

9 files changed

+3
-1247
lines changed

Makefile.autosetup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ COCCI_ARGS= -I ${top_srcdir} \
6464
-I ${top_srcdir}/compat \
6565
-I ${top_srcdir}/libpkg \
6666
-I ${top_srcdir}/src \
67-
-I ${top_srcdir}/external/yxml \
6867
-I ${top_srcdir}/external/libucl/include \
6968
-I ${top_srcdir}/external/uthash \
7069
-I ${top_srcdir}/external/sqlite \

auto.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ foreach dir [list external/blake2 external/picosat \
393393
external/linenoise external/sqlite \
394394
external compat libpkg libpkg/repo libpkg/repo/binary src \
395395
external/libucl external/libelf tests docs \
396-
external/liblua external/yxml scripts external/libcurl external/libder \
396+
external/liblua scripts external/libcurl external/libder \
397397
external/libecc] {
398398
make-template $dir/Makefile.autosetup $dir/Makefile
399399
define-append CONF_GEN_FILES $dir/Makefile.autosetup

external/Makefile.autosetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include @builddir@/mk/defs.mk
2-
DIRS= blake2 picosat linenoise sqlite libucl liblua yxml libder libecc
2+
DIRS= blake2 picosat linenoise sqlite libucl liblua libder libecc
33
@if libelf-internal
44
DIRS+= libelf
55
@endif

external/yxml/Makefile.autosetup

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)