Skip to content

Commit

Permalink
ftrace: remove latency-tracer leftover
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jul 24, 2008
1 parent 28afe96 commit 1986b0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1986b0c

Please sign in to comment.