Fix a simian compiler warning

This commit is contained in:
Melanie
2010-06-27 21:02:03 +01:00
parent 660a560d3b
commit 1499fd85c4

View File

@@ -371,7 +371,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
/// <returns></returns>
public bool Delete(string id)
{
string errorMessage = String.Empty;
//string errorMessage = String.Empty;
string url = m_serverUrl + id;
if (m_cache != null)