Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf jit: Remove unused struct debug_line_info

The struct debug_line_info is never used, remove it.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/linux-perf-users/20220927013931.110475-5-yuancan@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Yuan Can and committed by
Arnaldo Carvalho de Melo
d28a8fd3 18f224ee

-7
-7
tools/perf/util/jitdump.c
··· 56 56 char dir[PATH_MAX]; 57 57 }; 58 58 59 - struct debug_line_info { 60 - unsigned long vma; 61 - unsigned int lineno; 62 - /* The filename format is unspecified, absolute path, relative etc. */ 63 - char const filename[]; 64 - }; 65 - 66 59 struct jit_tool { 67 60 struct perf_tool tool; 68 61 struct perf_data output;