From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5065 invoked by alias); 14 Nov 2007 19:39:20 -0000 Received: (qmail 5024 invoked by uid 9708); 14 Nov 2007 19:39:19 -0000 Date: Wed, 14 Nov 2007 19:39:00 -0000 Message-ID: <20071114193919.5009.qmail@sourceware.org> From: tthomas@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Remove stray call to System.out.println. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b8552bc35614296282376192e1057d0c4f2bd065 X-Git-Newrev: b5bb4c4272e619dd93ffc08bd9c7168e8b70a095 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00364.txt.bz2 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 Date: Wed Nov 14 14:38:57 2007 -0500 Remove stray call to System.out.println. 2007-11-14 Teresa Thomas * 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 + * 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