Skip to content

Commit 1ff0596

Browse files
ptesariksdimitro
authored andcommitted
tests: Remove unused utility vtop
This utility is not used for anything. Signed-off-by: Petr Tesarik <[email protected]>
1 parent b40b1f5 commit 1ff0596

File tree

3 files changed

+0
-166
lines changed

3 files changed

+0
-166
lines changed

tests/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ typed-attr
2222
vmci-cleanup
2323
vmci-lines-post
2424
vmci-post
25-
vtop
2625
xlatmap
2726
xlatop
2827
xlat-os

tests/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ vmci_lines_post_LDADD = \
9494
$(top_builddir)/src/kdumpfile/libkdumpfile.la
9595
vmci_post_LDADD = \
9696
$(top_builddir)/src/kdumpfile/libkdumpfile.la
97-
vtop_LDADD = \
98-
$(top_builddir)/src/kdumpfile/libkdumpfile.la \
99-
$(top_builddir)/src/addrxlat/libaddrxlat.la
10097
xlatmap_LDADD = \
10198
$(top_builddir)/src/addrxlat/libaddrxlat.la \
10299
-ldl
@@ -129,7 +126,6 @@ check_PROGRAMS = \
129126
vmci-cleanup \
130127
vmci-lines-post \
131128
vmci-post \
132-
vtop \
133129
xlatmap \
134130
xlatop \
135131
xlat-os

tests/vtop.c

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

0 commit comments

Comments
 (0)