From: Lisa Hsu Date: Fri, 31 Oct 2003 00:20:18 +0000 (-0500) Subject: statistics.hh: X-Git-Tag: m5_1.0_beta2~311 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5356bd75f589f1e5ef4781292d8f870515e1f03;p=gem5.git statistics.hh: oops - remove a debug printf base/statistics.hh: oops - remove a debug printf --HG-- extra : convert_revision : a6ecab93f79ce0a5cb6ff129750d8f6a2de8d38c --- diff --git a/base/statistics.hh b/base/statistics.hh index 2344b5df5..98df8d55e 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -59,8 +59,6 @@ #include "sim/host.hh" -#include "base/cprintf.hh" - // // Un-comment this to enable weirdo-stat debugging // @@ -2208,7 +2206,6 @@ struct StatBin : public GenBin char *memory(off_t off) { if (memsize == -1) { memsize = CeilPow2((size_t) offset()); - cprintf("this is memsize: %d\n", (uint64_t) memsize); } assert(offset() <= size()); return Detail::BinBase::memory() + off;