diff options
author | David Cantrell <dcantrell@redhat.com> | 2010-02-19 10:21:33 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2010-02-22 14:01:57 -1000 |
commit | c8242ec21ee4727247e214defd1167dfc75fcbd1 (patch) | |
tree | 69d5e9c5bb191d27a8e37788199fbd930567a424 /isys/isys.h | |
parent | f6f1326dd20b24c4b6dcaf6c5fcc233debc566c6 (diff) | |
download | anaconda-c8242ec21ee4727247e214defd1167dfc75fcbd1.tar.gz anaconda-c8242ec21ee4727247e214defd1167dfc75fcbd1.tar.xz anaconda-c8242ec21ee4727247e214defd1167dfc75fcbd1.zip |
Remove isys/dasd.c, functions no longer needed in isys.
Remove the dasd.c file from the isys source tree. The only function
that was still used was getDasdPorts() and it is only called by Python
code, so we can move that functionality in to Python.
Diffstat (limited to 'isys/isys.h')
-rw-r--r-- | isys/isys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/isys/isys.h b/isys/isys.h index 15e461edb..265dc7760 100644 --- a/isys/isys.h +++ b/isys/isys.h @@ -35,9 +35,4 @@ int fileIsIso(const char * file); /* returns 1 if on an iSeries vio console, 0 otherwise */ int isVioConsole(void); -/* dasd functions */ -char *getDasdPorts(); -int isLdlDasd(char * dev); -int isUsableDasd(char *device); - #endif |