summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-20 21:18:54 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-20 21:18:54 +0000
commit7297fbf22a151212631a1e5950ff57f4c6d7969d (patch)
tree2c2d709201d7cbfc5714bec08c26f99021be7631 /loader2/modules.c
parent07b547db08a8ad38c691d5dba37b60efe65e98e2 (diff)
downloadanaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.tar.gz
anaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.tar.xz
anaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.zip
2005-10-20 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'loader2/modules.c')
-rw-r--r--loader2/modules.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/loader2/modules.c b/loader2/modules.c
index d86070631..1db4ba73c 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -623,16 +623,6 @@ int mlLoadModuleSet(const char * modNames,
flags, NULL, NULL, NULL);
}
-/* like mlLoadModuleSet but from an explicit location */
-/* JKFIXME: this is a hack */
-int mlLoadModuleSetLocation(const char * modNames,
- moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags,
- struct moduleBallLocation * location) {
- return doLoadModules(modNames, modLoaded, modDeps, modInfo,
- flags, NULL, NULL, location);
-}
-
static int writeModulesConf(moduleList list, int fd) {
int i, ret;
struct loadedModuleInfo * lm;