From 7bff59ed33c4a3eafc1b3a2c19238f8da562b37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 3 Apr 2014 13:08:53 +0200 Subject: [PATCH] exec: remove comment --- src/plugins/exec/exec.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/exec/exec.c b/src/plugins/exec/exec.c index a5521ed39..e032849b3 100644 --- a/src/plugins/exec/exec.c +++ b/src/plugins/exec/exec.c @@ -248,11 +248,6 @@ exec_display_line (struct t_exec_cmd *exec_cmd, struct t_gui_buffer *buffer, { char *line_color, *line2, str_number[32], str_tags[1024]; int length; - /* - char *ptr_output, *ptr_line, *line, *line2, *pos; - char str_number[32], str_tags[1024]; - int length; - */ if (!exec_cmd || !line) return;