diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-04 23:42:41 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-04 23:42:41 -0500 |
commit | 7633b3f1f1191443ae153c02d71dd968b46a2334 (patch) | |
tree | c7594f999b30ee7fc5bbef1f1ea96e8602988e86 /indra/newview/llmeshrepository.cpp | |
parent | c29dec3eb6f5a4fd72ab33c3346c2af26c012ebe (diff) |
SH-2201 Fix for crash when getting mesh estimates.
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rw-r--r-- | indra/newview/llmeshrepository.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 7bbb7f2ecd..2473f2d610 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -411,7 +411,6 @@ public: cc = llsd_from_file("fake_upload_error.xml"); } - //assert_main_thread(); mThread->mPendingUploads--; dump_llsd_to_file(cc,make_dump_name("whole_model_upload_response_",dump_num)); |