summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
diff options
context:
space:
mode:
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;