minor: remove some mono compiler warnings
parent
a8a01e2bc7
commit
1fa037a0c3
|
@ -63,11 +63,11 @@ namespace OpenSim.Framework.AssetLoader.Filesystem
|
||||||
|
|
||||||
protected static void LoadAsset(AssetBase info, string path)
|
protected static void LoadAsset(AssetBase info, string path)
|
||||||
{
|
{
|
||||||
bool image =
|
// bool image =
|
||||||
(info.Type == (sbyte)AssetType.Texture ||
|
// (info.Type == (sbyte)AssetType.Texture ||
|
||||||
info.Type == (sbyte)AssetType.TextureTGA ||
|
// info.Type == (sbyte)AssetType.TextureTGA ||
|
||||||
info.Type == (sbyte)AssetType.ImageJPEG ||
|
// info.Type == (sbyte)AssetType.ImageJPEG ||
|
||||||
info.Type == (sbyte)AssetType.ImageTGA);
|
// info.Type == (sbyte)AssetType.ImageTGA);
|
||||||
|
|
||||||
FileInfo fInfo = new FileInfo(path);
|
FileInfo fInfo = new FileInfo(path);
|
||||||
long numBytes = fInfo.Length;
|
long numBytes = fInfo.Length;
|
||||||
|
|
|
@ -89,7 +89,7 @@ namespace OpenSim.Framework.Capabilities
|
||||||
//private static readonly string m_requestTexture = "0003/";
|
//private static readonly string m_requestTexture = "0003/";
|
||||||
private static readonly string m_notecardUpdatePath = "0004/";
|
private static readonly string m_notecardUpdatePath = "0004/";
|
||||||
private static readonly string m_notecardTaskUpdatePath = "0005/";
|
private static readonly string m_notecardTaskUpdatePath = "0005/";
|
||||||
private static readonly string m_fetchInventoryPath = "0006/";
|
// private static readonly string m_fetchInventoryPath = "0006/";
|
||||||
|
|
||||||
// The following entries are in a module, however, they are also here so that we don't re-assign
|
// The following entries are in a module, however, they are also here so that we don't re-assign
|
||||||
// the path to another cap by mistake.
|
// the path to another cap by mistake.
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||||
{
|
{
|
||||||
public class MessageRegionModule : IMessageRegionLookup
|
public class MessageRegionModule : IMessageRegionLookup
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private MessageServerConfig m_cfg;
|
private MessageServerConfig m_cfg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue