diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-16 17:59:22 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-16 17:59:22 -0400 |
commit | f1552be17f72676f8fbc2c40292f4aebf883c321 (patch) | |
tree | f788de6e998c87ce6760d4ddfb9921cead6f4dff /elaborate.cxx | |
parent | cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a (diff) | |
parent | 50446916683379f963eaaedb965654d464cd049f (diff) | |
download | systemtap-steved-f1552be17f72676f8fbc2c40292f4aebf883c321.tar.gz systemtap-steved-f1552be17f72676f8fbc2c40292f4aebf883c321.tar.xz systemtap-steved-f1552be17f72676f8fbc2c40292f4aebf883c321.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
Improved callback handling.
Create alternative list only as needed.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 27c0a013..93f541fa 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1683,7 +1683,6 @@ void semantic_pass_opt2 (systemtap_session& s, bool& relaxed_p, unsigned iterati s.print_warning ("read-only local variable '" + l->name + "' " + (o.str() == "" ? "" : ("(alternatives:" + o.str() + ")")), l->tok); } - j++; } } |