Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / tools / perf / util / module.c
index ddabe92..3d567fe 100644 (file)
@@ -436,9 +436,9 @@ static int mod_dso__load_module_paths(struct mod_dso *self)
                goto out_failure;
 
        while (!feof(file)) {
-               char *path, *name, *tmp;
+               char *name, *tmp;
                struct module *module;
-               int line_len, len;
+               int line_len;
 
                line_len = getline(&line, &n, file);
                if (line_len < 0)