Commit b8d323b1 by Andreas Jaeger

* builtins.c (c_getstr): Remove unused variable.

From-SVN: r45746
parent ed41066c
2001-09-22 Andreas Jaeger <aj@suse.de>
* builtins.c (c_getstr): Remove unused variable.
2001-09-21 Richard Henderson <rth@redhat.com> 2001-09-21 Richard Henderson <rth@redhat.com>
* reload1.c (reload): Use delete_insn instead of splatting * reload1.c (reload): Use delete_insn instead of splatting
......
...@@ -297,7 +297,6 @@ c_getstr (src) ...@@ -297,7 +297,6 @@ c_getstr (src)
tree src; tree src;
{ {
tree offset_node; tree offset_node;
HOST_WIDE_INT offset;
src = string_constant (src, &offset_node); src = string_constant (src, &offset_node);
if (src == 0) if (src == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment