From 35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 24 Apr 2009 15:56:41 +0000 Subject: * correct spelling mistake in item seiralization --- .../CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/CoreModules') diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs index 2d6187f..69a4bd7 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs @@ -48,7 +48,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); protected TarArchiveReader archive; - private static ASCIIEncoding m_asciiEncoding = new ASCIIEncoding(); private CachedUserInfo m_userInfo; private string m_invPath; -- cgit v1.1