Index: System.Data.SQLite/UnsafeNativeMethods.cs ================================================================== --- System.Data.SQLite/UnsafeNativeMethods.cs +++ System.Data.SQLite/UnsafeNativeMethods.cs @@ -90,18 +90,17 @@ /// This lock is used to protect the static _SQLiteNativeModuleFileName, /// _SQLiteNativeModuleHandle, and processorArchitecturePlatforms fields. /// private static readonly object staticSyncRoot = new object(); - +#if DEBUG ///////////////////////////////////////////////////////////////////////// /// /// This dictionary stores the read counts for the runtime configuration /// settings. This information is only recorded when compiled in the /// "Debug" build configuration. /// -#if DEBUG private static Dictionary settingReadCounts; #endif ///////////////////////////////////////////////////////////////////////// ///