This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Remove stray call to System.out.println.


The branch, master has been updated
       via  b5bb4c4272e619dd93ffc08bd9c7168e8b70a095 (commit)
      from  b8552bc35614296282376192e1057d0c4f2bd065 (commit)

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

- Log -----------------------------------------------------------------
commit b5bb4c4272e619dd93ffc08bd9c7168e8b70a095
Author: Teresa Thomas <tthomas@redhat.com>
Date:   Wed Nov 14 14:38:57 2007 -0500

    Remove stray call to System.out.println.
    
    2007-11-14  Teresa Thomas  <tthomas@redhat.com>
    
    	* Type.java (getALU): Remove stray println.

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

Summary of changes:
 frysk-core/frysk/value/ChangeLog |    2 ++
 frysk-core/frysk/value/Type.java |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/value/ChangeLog b/frysk-core/frysk/value/ChangeLog
index 037936f..296f17f 100644
--- a/frysk-core/frysk/value/ChangeLog
+++ b/frysk-core/frysk/value/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-14  Teresa Thomas  <tthomas@redhat.com>
 	
+	* Type.java (getALU): Remove stray println.
+	
 	* ArithmeticUnit.java (logicalAnd): Implement here, 
 	use getLogicalValue.
 	(logicalOr): Ditto.
diff --git a/frysk-core/frysk/value/Type.java b/frysk-core/frysk/value/Type.java
index f61d137..9bea6cb 100644
--- a/frysk-core/frysk/value/Type.java
+++ b/frysk-core/frysk/value/Type.java
@@ -142,7 +142,6 @@ public abstract class Type {
 	throw new RuntimeException("Invalid Arithmetic Unit");
     }
     public ArithmeticUnit getALU(PointerType type, int wordSize) {
-	System.out.println ("Type:PType");
 	throw new RuntimeException("Invalid Arithmetic Unit");
     }    
     public ArithmeticUnit getALU(ArrayType type, int wordSize) {


hooks/post-receive
--
frysk system monitor/debugger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]