perf ctype: Remove unused 'graph_line' variable
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 19:04:17 +0000 (16:04 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 19:04:17 +0000 (16:04 -0300)
Not being used at all anywhere.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-1e567f8tn8m4ii7dy1w9dp39@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/ctype.c
tools/perf/util/sane_ctype.h

index ee4c1e8..8d90bf8 100644 (file)
@@ -31,10 +31,6 @@ unsigned char sane_ctype[256] = {
        /* Nothing in the 128.. range */
 };
 
-const char *graph_line =
-       "_____________________________________________________________________"
-       "_____________________________________________________________________"
-       "_____________________________________________________________________";
 const char *graph_dotted_line =
        "---------------------------------------------------------------------"
        "---------------------------------------------------------------------"
index c2b42ff..894594f 100644 (file)
@@ -2,7 +2,6 @@
 #ifndef _PERF_SANE_CTYPE_H
 #define _PERF_SANE_CTYPE_H
 
-extern const char *graph_line;
 extern const char *graph_dotted_line;
 extern const char *spaces;
 extern const char *dots;