Get rid of outputStream... wasn't really being used

(except for warn()) and new -r/-e options make it
not worth fixing.
This commit is contained in:
Steve Reinhardt
2008-08-04 01:45:12 -04:00
parent ab6e522032
commit 58c63ea8b1
4 changed files with 0 additions and 16 deletions

View File

@@ -52,7 +52,6 @@ inline void disableAllListeners() { ListenSocket::disableAll(); }
%include "sim/host.hh"
void setOutputDir(const std::string &dir);
void setOutputFile(const std::string &file);
void SimStartup();
void doExitCleanup();
void disableAllListeners();