aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-18 22:00:52 +0000
committerJustin Clark-Casey (justincc)2011-02-18 22:00:52 +0000
commit60d47836ce4bc25d6eed637f506a459dccde6b82 (patch)
tree06a9ba6a8c90be7caa9306f7fc127042d74a92dc
parentAdd very basic test which invokes the scene update loop once and checks the f... (diff)
downloadopensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.zip
opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.gz
opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.bz2
opensim-SC_OLD-60d47836ce4bc25d6eed637f506a459dccde6b82.tar.xz
minor: remove mono compiler warning
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index 8aa88cb..463b2fb 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -185,7 +185,7 @@ namespace OpenSim.Services.Connectors.Simulation
185 } 185 }
186 186
187 // unreachable 187 // unreachable
188 return true; 188// return true;
189 } 189 }
190 190
191 /// <summary> 191 /// <summary>