perf_counter tools: clean up after introduction of the Git command framework
[deliverable/linux.git] / Documentation / perf_counter / perf.c
index 9256f6a16446015bee80516ed3522499c0738648..63f8a892c0dff02008027bb1c947f1346d29f71c 100644 (file)
@@ -1,7 +1,7 @@
 #include "builtin.h"
 #include "exec_cmd.h"
 #include "cache.h"
-//#include "quote.h"
+#include "quote.h"
 #include "run-command.h"
 
 const char perf_usage_string[] =
@@ -132,7 +132,6 @@ static int handle_alias(int *argcp, const char ***argv)
        const char** new_argv;
        const char *alias_command;
        char *alias_string;
-       int unused_nonperf;
 
        alias_command = (*argv)[0];
        alias_string = alias_lookup(alias_command);
This page took 0.049637 seconds and 5 git commands to generate.