diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-30 18:41:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-30 18:41:34 -0500 |
commit | 3a08499572250b46d061106298e2d2777276efc1 (patch) | |
tree | 31dbbd5e3465ca388f21c08e1cec0058f91608c0 /indra/llcommon | |
parent | 9d28f8401d5b0d5772bb6e45dc2f9d136e9b9bbb (diff) | |
parent | 6b9a2d24cce8efaa72c2fd60655998844394312d (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llsdserialize.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llcommon/llsdserialize.cpp b/indra/llcommon/llsdserialize.cpp index f3cbfab77a..5be5ecc492 100644 --- a/indra/llcommon/llsdserialize.cpp +++ b/indra/llcommon/llsdserialize.cpp @@ -2095,11 +2095,6 @@ bool unzip_llsd(LLSD& data, std::istream& is, S32 size) S32 ret = inflateInit(&strm); - if (ret != Z_OK) - { - llerrs << "WTF?" << llendl; - } - do { strm.avail_out = CHUNK; |