From 3cbc1e011d8abcfefacc0c72429dd01656f49ef2 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 24 Jul 2007 03:59:32 +0000 Subject: * Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things) --- OpenSim/Grid/UserServer/Main.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Grid/UserServer') diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index a6571cf..111d40d 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs @@ -43,7 +43,6 @@ namespace OpenSim.Grid.UserServer /// public class OpenUser_Main : conscmd_callback { - private string StorageDll = "OpenSim.Framework.Data.MySQL.dll"; private UserConfig Cfg; public UserManager m_userManager; -- cgit v1.1