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/llevents.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/llevents.cpp')
-rw-r--r-- | indra/llcommon/llevents.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp index 0855180dcd..1c928b3db8 100644 --- a/indra/llcommon/llevents.cpp +++ b/indra/llcommon/llevents.cpp @@ -41,7 +41,6 @@ #include <algorithm> // std headers #include <typeinfo> -#include <cassert> #include <cmath> #include <cctype> // external library headers |