Fix stats incompatibility with g++ 3.4.
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 1 Mar 2005 05:41:19 +0000 (00:41 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 1 Mar 2005 05:41:19 +0000 (00:41 -0500)
commitddcec6a6f58ee0e286992f2b59047183e578e526
treed079ffa221bf2433745e675f6ff0c24d673b8f80
parent58c29640b7f9ab9f4d1724b6f2c432c2146175f2
Fix stats incompatibility with g++ 3.4.

base/statistics.hh:
    Get rid of operator%... g++ 3.4 complains that this isn't defined
    for doubles (which makes sense).  We never use it anyway.

--HG--
extra : convert_revision : 3ca724e1cc42559226549835f6cd3509308e02ca
base/statistics.hh