mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
ftrace: remove latency-tracer leftover
remove the :vim=ft=help tag from trace files. I used them years ago to syntax-highlight traces and forgot about this hack. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
28afe961a1
commit
1986b0cb16
@ -1203,9 +1203,6 @@ static void *s_next(struct seq_file *m, void *v, loff_t *pos)
|
||||
|
||||
iter->pos = *pos;
|
||||
|
||||
if (last_ent && !ent)
|
||||
seq_puts(m, "\n\nvim:ft=help\n");
|
||||
|
||||
return ent;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user