diff options
author | Richard Linden <none@none> | 2013-08-22 16:57:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-22 16:57:51 -0700 |
commit | 3413a57a90094b1844fbc837d5ce24921c87e600 (patch) | |
tree | e219cafa09e87d8fb84c79a7151fb7dd42575a2c /indra/llcommon | |
parent | b1419bfbf090afa8b57d0952d98a529527c82f2d (diff) |
BUILDFIX: accidental checkin of infinite loop in llsdserialize test
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/tests/llsdserialize_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index ad89380e36..235008a5ae 100755 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -1723,8 +1723,5 @@ namespace tut "This string\n" "has several\n" "lines."); - - bool loop = true; - while(loop) {} } } |