* c-lang.c (c_printstr): Remove ununsed variable WIDTH.

This commit is contained in:
Siddhesh Poyarekar 2012-07-06 05:46:04 +00:00
parent d5161074cc
commit 9bfc60bf8d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
* c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
Jan Kratochvil <jan.kratochvil@redhat.com>

View File

@ -202,7 +202,6 @@ c_printstr (struct ui_file *stream, struct type *type,
unsigned int things_printed = 0;
int in_quotes = 0;
int need_comma = 0;
int width = TYPE_LENGTH (type);
struct obstack wchar_buf, output;
struct cleanup *cleanup;
struct wchar_iterator *iter;