diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-17 23:27:17 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-17 23:28:50 +0200 | 
| commit | 7f0fcfa33240bf54371fb689cc61ee83e6991150 (patch) | |
| tree | 0c4de0ea519a6e7f219c698876f66ca27792a5ec | |
| parent | 588f27970457ff54304a8e2e11b32516964c96b3 (diff) | |
SL-15241 Cleanup
| -rw-r--r-- | indra/llcommon/llerror.cpp | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index f0aacfa1be..2fe2e1bbce 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -498,8 +498,6 @@ namespace      protected:  		Globals();  	public: -		std::ostringstream messageStream; -		bool messageStreamInUse;  		std::string mFatalMessage;  		void addCallSite(LLError::CallSite&); @@ -516,8 +514,7 @@ namespace  	};  	Globals::Globals() -		: messageStream(), -		messageStreamInUse(false), +		:  		callSites(),          mSettingsConfig(new SettingsConfig())  	{  | 
