diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 08:38:47 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 08:38:47 -0400 |
commit | 90a3c9d8e0358c4900e96a26e70d15688790b39e (patch) | |
tree | d4718c821e74986f66cca561737e2514822ac8ae /base | |
parent | d8ecc8868a395b2114123a69235d3598d3473431 (diff) | |
download | gem5-90a3c9d8e0358c4900e96a26e70d15688790b39e.tar.xz |
Get rid of Python stats output option.
--HG--
extra : convert_revision : e53033a2266aed1a1d9c1c9b1c8775a3f1a3f234
Diffstat (limited to 'base')
-rw-r--r-- | base/statistics.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/statistics.cc b/base/statistics.cc index 141f5d4da..4368f1bcf 100644 --- a/base/statistics.cc +++ b/base/statistics.cc @@ -37,7 +37,6 @@ #include "base/cprintf.hh" #include "base/hostinfo.hh" #include "base/misc.hh" -#include "base/python.hh" #include "base/statistics.hh" #include "base/str.hh" #include "base/time.hh" |