diff options
author | Richard Linden <none@none> | 2012-12-06 14:30:56 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-12-06 14:30:56 -0800 |
commit | 2facd6374517d88f03e3f06b1ccc02565da26b45 (patch) | |
tree | 31798086db55cd9fd1c266a3d5fe12cfc46a9dfc /indra/llcommon/llmd5.cpp | |
parent | 60800dacdd7e9b66ed654af471f2b9e9680cd981 (diff) |
SH-3406 WIP convert fast timers to lltrace system
improved LLUnit compile time errors
removed cassert in favor of llstatic_assert
Diffstat (limited to 'indra/llcommon/llmd5.cpp')
-rw-r--r-- | indra/llcommon/llmd5.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llmd5.cpp b/indra/llcommon/llmd5.cpp index 1409c55d1c..ed80af36d8 100644 --- a/indra/llcommon/llmd5.cpp +++ b/indra/llcommon/llmd5.cpp @@ -76,7 +76,6 @@ documentation and/or software. #include "llmd5.h" -#include <cassert> #include <iostream> // cerr // how many bytes to grab at a time when checking files |