diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-06 00:08:44 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-06 00:08:44 +0000 |
commit | 8c5630cb0862b06f1ee546a303a8550e424c8bbc (patch) | |
tree | 7e07fc394f59a97ea6951fa0db06602b36dddf75 /gdb/p-exp.y | |
parent | d11bdf9018bbb8e1a150fb9254b511cf9cfc4a26 (diff) | |
download | gdb-8c5630cb0862b06f1ee546a303a8550e424c8bbc.zip gdb-8c5630cb0862b06f1ee546a303a8550e424c8bbc.tar.gz gdb-8c5630cb0862b06f1ee546a303a8550e424c8bbc.tar.bz2 |
2010-05-05 Michael Snyder <msnyder@vmware.com>
* c-exp.y (parse_string_or_char): Delete unused variable.
(c_lex): Delete unused variable.
* cp-name-parser.y (cpname_lex): Delete unused variable.
* ada-exp.y (find_primitive_type): Delete unused variable.
(write_var_or_type): Delete unused variable.
* jv-exp.y (java_parse): Delete unused variable.
(push_expression_name): Delete unused variable.
* p-exp.y (pascal_lex): Delete unused variable.
Diffstat (limited to 'gdb/p-exp.y')
-rw-r--r-- | gdb/p-exp.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/p-exp.y b/gdb/p-exp.y index c034fbb..fce3fc7 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -1085,7 +1085,6 @@ yylex () char *tokstart; char *uptokstart; char *tokptr; - char *p; int explen, tempbufindex; static char *tempbuf; static int tempbufsize; |