[APIScan] Remove not needed API that APIScan does not like.

This commit is contained in:
Manuel de la Pena Saenz 2024-01-11 21:22:15 -05:00
Родитель 3a8921860d
Коммит 07af9c6d26
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2699,9 +2699,6 @@ namespace Xamarin.MacDev.SQLite {
}
#if !USE_CSHARP_SQLITE && !USE_WP8_NATIVE_SQLITE
[DllImport ("sqlite3", EntryPoint = "sqlite3_open", CallingConvention = CallingConvention.Cdecl)]
public static extern Result Open ([MarshalAs (UnmanagedType.LPStr)] string filename, out IntPtr db);
[DllImport ("sqlite3", EntryPoint = "sqlite3_open_v2", CallingConvention = CallingConvention.Cdecl)]
public static extern Result Open ([MarshalAs (UnmanagedType.LPStr)] string filename, out IntPtr db, int flags, IntPtr zvfs);