summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
authorDebi King (Dessie) <dessie@lindenlab.com>2011-07-29 13:32:51 -0400
committerDebi King (Dessie) <dessie@lindenlab.com>2011-07-29 13:32:51 -0400
commitfb9f092972c915ff77b3866dae302e3433b46224 (patch)
tree03d970b890a2cd6a4f10e5d90e01fe8ed66ce3b1 /indra/newview/llappviewerwin32.cpp
parentad96a4ef4706ae39d259281dd993a52034946425 (diff)
parent0e3cea49aaba7fb9e4a75c4a76779ba9273549bf (diff)
reconciled .hgtags
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r--indra/newview/llappviewerwin32.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index 445bd208ef..f94c843ad9 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -518,11 +518,7 @@ void LLAppViewerWin32::handleCrashReporting(bool reportFreeze)
}
else
{
- S32 cb = gCrashSettings.getS32(CRASH_BEHAVIOR_SETTING);
- if(cb != CRASH_BEHAVIOR_NEVER_SEND)
- {
- _spawnl(_P_NOWAIT, exe_path.c_str(), arg_str, NULL);
- }
+ _spawnl(_P_NOWAIT, exe_path.c_str(), arg_str, NULL);
}
}