From 4f8acd27095240899bfd6f5abecc7549417062e9 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Fri, 19 Dec 2003 08:04:40 -0800 Subject: Minor cleanup of trace/output stuff (leftover from EINTR bug fix). base/cprintf.cc: Get rid of unnecessary stream state check. Bug is fixed now, and I'm not sure this did much anyway. cpu/exetrace.cc: Get rid of unnecessary flush() call. --HG-- extra : convert_revision : 107dcdc578b2b0ad1652ee52ea0a33b0f3cd4e39 --- cpu/exetrace.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu') diff --git a/cpu/exetrace.cc b/cpu/exetrace.cc index ce6b0c544..3e8877e93 100644 --- a/cpu/exetrace.cc +++ b/cpu/exetrace.cc @@ -120,7 +120,6 @@ Trace::InstRecord::dump(ostream &outs) // End of line... // outs << endl; - outs.flush(); } -- cgit v1.2.3