Skip to content

Commit

Permalink
tests: Remove unused utility vtop
Browse files Browse the repository at this point in the history
This utility is not used for anything.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik authored and sdimitro committed Sep 24, 2020
1 parent b40b1f5 commit 1ff0596
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 166 deletions.
1 change: 0 additions & 1 deletion tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ typed-attr
vmci-cleanup
vmci-lines-post
vmci-post
vtop
xlatmap
xlatop
xlat-os
Expand Down
4 changes: 0 additions & 4 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ vmci_lines_post_LDADD = \
$(top_builddir)/src/kdumpfile/libkdumpfile.la
vmci_post_LDADD = \
$(top_builddir)/src/kdumpfile/libkdumpfile.la
vtop_LDADD = \
$(top_builddir)/src/kdumpfile/libkdumpfile.la \
$(top_builddir)/src/addrxlat/libaddrxlat.la
xlatmap_LDADD = \
$(top_builddir)/src/addrxlat/libaddrxlat.la \
-ldl
Expand Down Expand Up @@ -129,7 +126,6 @@ check_PROGRAMS = \
vmci-cleanup \
vmci-lines-post \
vmci-post \
vtop \
xlatmap \
xlatop \
xlat-os
Expand Down
161 changes: 0 additions & 161 deletions tests/vtop.c

This file was deleted.

0 comments on commit 1ff0596

Please sign in to comment.