diff options
author | Justin Clarke Casey | 2009-03-06 21:00:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-06 21:00:15 +0000 |
commit | fc2c73d5c661cc28a037fd9217e8071159ff031f (patch) | |
tree | 3b8cc526c2539b7e84f0eb5ce585030886356038 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | * refactor: Remove GetLandOwner function from Scene (diff) | |
download | opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.zip opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.gz opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.bz2 opensim-SC_OLD-fc2c73d5c661cc28a037fd9217e8071159ff031f.tar.xz |
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 790dcb4..32b1258 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -188,8 +188,6 @@ namespace OpenSim | |||
188 | 188 | ||
189 | m_stats = StatsManager.StartCollectingSimExtraStats(); | 189 | m_stats = StatsManager.StartCollectingSimExtraStats(); |
190 | 190 | ||
191 | LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_configSettings.LibrariesXMLFile); | ||
192 | |||
193 | // Create a ModuleLoader instance | 191 | // Create a ModuleLoader instance |
194 | m_moduleLoader = new ModuleLoader(m_config.Source); | 192 | m_moduleLoader = new ModuleLoader(m_config.Source); |
195 | 193 | ||