public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Remove stray System.out.
@ 2008-03-11 14:33 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2008-03-11 14:33 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  e14f0e42c16839783728636f5c90c509324044c1 (commit)
      from  6d67bc37490287adde65bb6c27f2274a0cc8b53d (commit)

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

- Log -----------------------------------------------------------------
commit e14f0e42c16839783728636f5c90c509324044c1
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Tue Mar 11 14:32:35 2008 +0000

    Remove stray System.out.

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

Summary of changes:
 .../frysk/isa/corefiles/TestLinuxElfCorefile.java  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java b/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java
index 5b93010..b3500e3 100644
--- a/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java
+++ b/frysk-core/frysk/isa/corefiles/TestLinuxElfCorefile.java
@@ -248,7 +248,6 @@ public class TestLinuxElfCorefile
     MemoryMap[] liveMaps = ackProc.getMaps();
     
     for(int i=0; i<liveMaps.length; i++) {
-	System.out.println(liveMaps[i].name);
 	if (liveMaps[i].name.equals("[stack]"))
 	    stackMap = liveMaps[i];
 	if (liveMaps[i].name.equals("[vdso]")) 


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


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

only message in thread, other threads:[~2008-03-11 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-11 14:33 [SCM] master: Remove stray System.out pmuldoon

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).