diff options
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; |