diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-03-08 11:55:48 -0800 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-03-08 11:55:48 -0800 |
commit | daf8b882a12cf903d180f6303065d7b83f7a1958 (patch) | |
tree | 69bc10b98efe9d038ae6bb7765d16d44738b31be /indra/llcrashlogger/llcrashlogger.h | |
parent | 68745390eaaf20cceb788f7538fb4550e806581f (diff) |
maint-5974 / maint-5422: rip crash logger save behavior out of windows logger
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-x | indra/llcrashlogger/llcrashlogger.h | 1 |
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(); |