From 58c63ea8b1f56dd0c33ef3d36f5c6a58ce3f28fe Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 4 Aug 2008 01:45:12 -0400 Subject: Get rid of outputStream... wasn't really being used (except for warn()) and new -r/-e options make it not worth fixing. --- src/base/misc.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/base') diff --git a/src/base/misc.cc b/src/base/misc.cc index afb48ca80..0ab1d6041 100644 --- a/src/base/misc.cc +++ b/src/base/misc.cc @@ -129,6 +129,4 @@ __warn(const char *func, const char *file, int line, const char *fmt, #endif ccprintf(cerr, format.c_str(), args); - if (simout.isFile(*outputStream)) - ccprintf(*outputStream, format.c_str(), args); } -- cgit v1.2.3