summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.h
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-03-08 11:55:48 -0800
committerGlenn Glazer <coyot@lindenlab.com>2016-03-08 11:55:48 -0800
commitdaf8b882a12cf903d180f6303065d7b83f7a1958 (patch)
tree69bc10b98efe9d038ae6bb7765d16d44738b31be /indra/llcrashlogger/llcrashlogger.h
parent68745390eaaf20cceb788f7538fb4550e806581f (diff)
maint-5974 / maint-5422: rip crash logger save behavior out of windows logger
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-xindra/llcrashlogger/llcrashlogger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h
index 7defe6b8f9..c5f1bee5cf 100755
--- a/indra/llcrashlogger/llcrashlogger.h
+++ b/indra/llcrashlogger/llcrashlogger.h
@@ -51,7 +51,6 @@ public:
void mergeLogs( LLSD src_sd );
virtual void gatherPlatformSpecificFiles() {}
- bool saveCrashBehaviorSetting(S32 crash_behavior);
bool sendCrashLog(std::string dump_dir);
bool sendCrashLogs();
LLSD constructPostData();