diff options
author | Justin Clark-Casey (justincc) | 2010-09-03 21:28:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-03 21:28:57 +0100 |
commit | 8d2e8b7d5c62cfd024ade222e27274e88c85d7d2 (patch) | |
tree | 17d571b1da8a50cdd75db09d7c123b63b186b734 /OpenSim/Region/CoreModules/Avatar | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-8d2e8b7d5c62cfd024ade222e27274e88c85d7d2.zip opensim-SC_OLD-8d2e8b7d5c62cfd024ade222e27274e88c85d7d2.tar.gz opensim-SC_OLD-8d2e8b7d5c62cfd024ade222e27274e88c85d7d2.tar.bz2 opensim-SC_OLD-8d2e8b7d5c62cfd024ade222e27274e88c85d7d2.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs index 8343091..47e34dc 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
41 | /// </summary> | 41 | /// </summary> |
42 | public static class InventoryArchiveUtils | 42 | public static class InventoryArchiveUtils |
43 | { | 43 | { |
44 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 44 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | 45 | ||
46 | // Character used for escaping the path delimter ("\/") and itself ("\\") in human escaped strings | 46 | // Character used for escaping the path delimter ("\/") and itself ("\\") in human escaped strings |
47 | public static readonly char ESCAPE_CHARACTER = '\\'; | 47 | public static readonly char ESCAPE_CHARACTER = '\\'; |