From: Lucas De Marchi Date: Mon, 12 Dec 2011 16:01:25 +0000 (-0200) Subject: Remove leftover comment X-Git-Tag: v1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970ba8be9dc0b390e56a20ed3fa11482e05d851c;p=thirdparty%2Fkmod.git Remove leftover comment mod->path is always absolute: remove comment from previous behavior. --- diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index 9544ccc3..d595d473 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -469,10 +469,6 @@ KMOD_EXPORT const char *kmod_module_get_name(const struct kmod_module *mod) return mod->name; } -/* - * Relative paths are relative to dirname. Absolute paths are only used when - * user created kmod_module by giving a path - */ KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod) { char *line;