mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
libvmdump: Remove libvmdump and vmconvert
The library libvmdump is written in C++ and uses exception handling and class inheritance. The tools vmur and vmconnect are compiled using the C++ compiler for linking with the libvmdump library. With integration of vmdump file support into the zgetdump tool and the removal of vmur vmdump file conversion support there is no need anymore the vmconvert tool. With removal of the tool vmconvert, the libvmdump library written in C++ has no more user and can be deleted. Remove the vmconvert command from the zgetdump man page. Remove the directories libvmdump and vmconvert and adjust the Makefile. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Suggested-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
d5f853c460
commit
b8fff9b750
1
.gitignore
vendored
1
.gitignore
vendored
@@ -78,7 +78,6 @@ systemd/ttyrun-getty@.service
|
||||
tape390/tape390_crypt
|
||||
tape390/tape390_display
|
||||
tunedasd/src/tunedasd
|
||||
vmconvert/vmconvert
|
||||
vmcp/vmcp
|
||||
vmur/vmur
|
||||
zconf/chp/chchp
|
||||
|
||||
Reference in New Issue
Block a user