From 8de7c9a0eb772700cdd7259c4a909c4c4f73d5ca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 26 Jan 2000 00:56:36 +0000 Subject: interpret.cc (run): Don't call println. * interpret.cc (run): Don't call println. Don't include PrintStream.h. From-SVN: r31622 --- libjava/interpret.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libjava/interpret.cc') diff --git a/libjava/interpret.cc b/libjava/interpret.cc index ecc5193..c278758 100644 --- a/libjava/interpret.cc +++ b/libjava/interpret.cc @@ -22,7 +22,6 @@ details. */ #include #include #include -#include #include #include #include @@ -286,9 +285,6 @@ _Jv_InterpMethod::run (ffi_cif* cif, if ( find_exception (ex, inv) ) goto next_segment; - java::lang::System::out->println - (_Jv_NewStringUTF (self->name->data)); - return ex; } -- cgit v1.1