diff options
author | Justin Clarke Casey | 2008-08-09 21:24:27 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-09 21:24:27 +0000 |
commit | d0480a87c3c5ca0c8a83ebb4c37557dc74f49680 (patch) | |
tree | 5feb6ae58f6611ee03a972942e2408d91755b01e /OpenSim/Region | |
parent | * Reinstate grid receive and send keys to user server config (diff) | |
download | opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.zip opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.gz opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.bz2 opensim-SC_OLD-d0480a87c3c5ca0c8a83ebb4c37557dc74f49680.tar.xz |
* Remove warnings
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0acbd31..2d0215f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
80 | 80 | ||
81 | private int m_probesWithNoIngressPackets = 0; | 81 | private int m_probesWithNoIngressPackets = 0; |
82 | //private int m_lastPacketsReceived = 0; | 82 | //private int m_lastPacketsReceived = 0; |
83 | private byte[] ZeroOutBuffer = new byte[4096]; | 83 | //private byte[] ZeroOutBuffer = new byte[4096]; |
84 | 84 | ||
85 | private readonly LLUUID m_agentId; | 85 | private readonly LLUUID m_agentId; |
86 | private readonly uint m_circuitCode; | 86 | private readonly uint m_circuitCode; |
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs index aacbd55..53533ec 100644 --- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | |||
@@ -124,7 +124,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
124 | //m_log.Info(ScriptEngineName, "LSL_BaseClass.Start() called."); | 124 | //m_log.Info(ScriptEngineName, "LSL_BaseClass.Start() called."); |
125 | 125 | ||
126 | // Get this AppDomain's settings and display some of them. | 126 | // Get this AppDomain's settings and display some of them. |
127 | AppDomainSetup ads = AppDomain.CurrentDomain.SetupInformation; | 127 | // AppDomainSetup ads = AppDomain.CurrentDomain.SetupInformation; |
128 | // Console.WriteLine("AppName={0}, AppBase={1}, ConfigFile={2}", | 128 | // Console.WriteLine("AppName={0}, AppBase={1}, ConfigFile={2}", |
129 | // ads.ApplicationName, | 129 | // ads.ApplicationName, |
130 | // ads.ApplicationBase, | 130 | // ads.ApplicationBase, |