diff options
author | Steve Reinhardt <stever@gmail.com> | 2008-08-04 01:45:12 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2008-08-04 01:45:12 -0400 |
commit | 58c63ea8b1f56dd0c33ef3d36f5c6a58ce3f28fe (patch) | |
tree | 10c846958f4ab2265b33d82d35145512341ef8a5 /src/sim/core.cc | |
parent | ab6e522032a752402af6be6f06862faee00a3018 (diff) | |
download | gem5-58c63ea8b1f56dd0c33ef3d36f5c6a58ce3f28fe.tar.xz |
Get rid of outputStream... wasn't really being used
(except for warn()) and new -r/-e options make it
not worth fixing.
Diffstat (limited to 'src/sim/core.cc')
-rw-r--r-- | src/sim/core.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sim/core.cc b/src/sim/core.cc index 75f1f384c..8342b6740 100644 --- a/src/sim/core.cc +++ b/src/sim/core.cc @@ -97,14 +97,6 @@ setOutputDir(const string &dir) simout.setDirectory(dir); } -ostream *outputStream; - -void -setOutputFile(const string &file) -{ - outputStream = simout.find(file); -} - /** * Queue of C++ callbacks to invoke on simulator exit. */ |