public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-vla: Code simplification.
@ 2011-01-15 20:02 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-01-15 20:02 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-vla has been updated
       via  c15a44be841cddafd664e3e7d2a2136eb4418a8c (commit)
      from  bb4cba229f5dd5ca8e9ce367644e04a45cd1bc3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit c15a44be841cddafd664e3e7d2a2136eb4418a8c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Jan 15 21:02:31 2011 +0100

    Code simplification.

-----------------------------------------------------------------------

Summary of changes:
 gdb/eval.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/gdb/eval.c b/gdb/eval.c
index 3d5dfe7..f21ae38 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -520,7 +520,6 @@ value_f90_subarray (struct value *array, struct expression *exp, int *pos,
 
   struct subscript_index
     {
-      int pos;
       enum { SUBSCRIPT_RANGE, SUBSCRIPT_NUMBER } kind;
       union
 	{
@@ -582,8 +581,6 @@ value_f90_subarray (struct value *array, struct expression *exp, int *pos,
     {
       struct subscript_index *index = &subscript_array[i];
 
-      index->pos = *pos;
-      
       if (exp->elts[*pos].opcode == OP_F90_RANGE)
 	{
 	  int pc = (*pos) + 1;


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-15 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-15 20:02 [SCM] archer-jankratochvil-vla: Code simplification jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).