diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-05-02 04:40:25 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-05-02 04:40:25 +0000 |
commit | d71871bcbc24aab068e4469e6688a90a46e8d597 (patch) | |
tree | b7931fbe800c92e6c595f93d303d54bfa8e9f1df /gdb/i386-tdep.c | |
parent | d61a2b6f2aac268ef1595cc827bf9e93cd2774ee (diff) | |
download | gdb-d71871bcbc24aab068e4469e6688a90a46e8d597.zip gdb-d71871bcbc24aab068e4469e6688a90a46e8d597.tar.gz gdb-d71871bcbc24aab068e4469e6688a90a46e8d597.tar.bz2 |
2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
* i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
variable.
* stap-probe.c (stap_parse_single_operand) <reg_suffix,
reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
(stap_parse_argument) <e>: Likewise.
(handle_stap_probe) <byte_order>: Likewise.
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 769ef42..7a74e1b 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -3392,8 +3392,6 @@ int i386_stap_parse_special_token (struct gdbarch *gdbarch, struct stap_parse_info *p) { - const char *s = p->arg; - /* In order to parse special tokens, we use a state-machine that go through every known token and try to get a match. */ enum |