minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGrid

This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-17 01:06:48 +01:00
parent d38d5ecbac
commit f5dbfe99b1
2 changed files with 2 additions and 9 deletions

View File

@@ -56,11 +56,8 @@ namespace OpenSim.Services.Connectors.SimianGrid
private Scene m_scene;
private String m_simianURL;
private IGridUserService m_GridUserService;
#region IRegionModule Members
public string Name
{
get { return this.GetType().Name; }