mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Fix a few compiler warnings.
This commit is contained in:
@@ -595,7 +595,7 @@ namespace OpenSim.Region.Environment.Modules.LandManagement
|
||||
byteArray = new byte[LAND_BLOCKS_PER_PACKET];
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
//m_log.Debug("[LAND]: Skipped Land checks because avatar is out of bounds: " + e.Message);
|
||||
}
|
||||
|
||||
@@ -39,8 +39,6 @@ namespace OpenSim.Region.Environment.Modules.Terrain.FileLoaders
|
||||
/// </summary>
|
||||
class Terragen : ITerrainLoader
|
||||
{
|
||||
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
#region ITerrainLoader Members
|
||||
|
||||
public ITerrainChannel LoadFile(string filename)
|
||||
|
||||
@@ -522,9 +522,6 @@ namespace OpenSim.Region.Physics.BulletXPlugin
|
||||
{
|
||||
actor.Move(timeStep);
|
||||
}
|
||||
foreach (BulletXPrim prim in _prims.Values)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private void ValidateHeightForAll()
|
||||
|
||||
Reference in New Issue
Block a user