* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-03-06 21:00:15 +00:00
parent f12619b786
commit fc2c73d5c6
5 changed files with 8 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenSim
string masterfilePath = Path.Combine(Util.configDir(), masterFileName);
string iniDirName = startupConfig.GetString("inidirectory", "config");
string iniDirPath = Path.Combine(Util.configDir(), iniDirName);
//string iniDirPath = Path.Combine(Util.configDir(), iniDirName);
m_config = new OpenSimConfigSource();
m_config.Source = new IniConfigSource();