diff options
author | Nathan Binkert <nate@binkert.org> | 2009-04-22 10:25:14 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-04-22 10:25:14 -0700 |
commit | ca3d82b38ab92114f5056a35bacf0dceb8b6d4a6 (patch) | |
tree | 914e5321bd1b99b923aecbb86fa2b7eada8705db /src/python/swig | |
parent | 61a68371be61f4800f986f9e352846bcb8a6e475 (diff) | |
download | gem5-ca3d82b38ab92114f5056a35bacf0dceb8b6d4a6.tar.xz |
stats: remove simplescalar compatibility for printing
Diffstat (limited to 'src/python/swig')
-rw-r--r-- | src/python/swig/stats.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index 284df8ff8..ef58687aa 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -41,7 +41,7 @@ namespace Stats { void initSimStats(); -void initText(const std::string &filename, bool desc=true, bool compat=true); +void initText(const std::string &filename, bool desc); void initMySQL(std::string host, std::string database, std::string user, std::string passwd, std::string project, std::string name, std::string sample); |