minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-03 22:19:28 +00:00
parent b1dfcccc9a
commit b9c3846e81
3 changed files with 3 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenSim.Data.SQLite
/// </summary>
public class SQLiteAssetData : AssetDataBase
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private const string SelectAssetSQL = "select * from assets where UUID=:UUID";
private const string SelectAssetMetadataSQL = "select Name, Description, Type, Temporary, UUID from assets limit :start, :count";