cvs commit: jakarta-bcel/src/java/org/apache/bcel/generic StoreInstruction.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
mdahm       02/05/13 01:37:13

  Modified:    src/java/org/apache/bcel/generic StoreInstruction.java
  Log:
  Removed duplicate visit
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-bcel/src/java/org/apache/bcel/generic/StoreInstruction.java
  
  Index: StoreInstruction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/generic/StoreInstruction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StoreInstruction.java	29 Oct 2001 20:00:27 -0000	1.1
  +++ StoreInstruction.java	13 May 2002 08:37:13 -0000	1.2
  @@ -58,7 +58,7 @@
    * Denotes an unparameterized instruction to store a value into a local variable,
    * e.g. ISTORE.
    *
  - * @version $Id: StoreInstruction.java,v 1.1 2001/10/29 20:00:27 jvanzyl Exp $
  + * @version $Id: StoreInstruction.java,v 1.2 2002/05/13 08:37:13 mdahm Exp $
    * @author  <A HREF="mailto:[email protected]">M. Dahm</A>
    */
   public abstract class StoreInstruction extends LocalVariableInstruction
  @@ -93,7 +93,6 @@
     public void accept(Visitor v) {
       v.visitStackConsumer(this);
       v.visitPopInstruction(this);
  -    v.visitStoreInstruction(this);
       v.visitTypedInstruction(this);
       v.visitLocalVariableInstruction(this);
       v.visitStoreInstruction(this);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.