[System] Remove unused BTLS P/Invokes.
[mono.git] / mcs / class / System / Mono.Btls / MonoBtlsX509Lookup.cs
index b2e863b085a0366ac5b43f8324aa8c41a919fba2..8a6bf30903dc24d7120aaa236f9afcf22ca11fb7 100644 (file)
@@ -64,10 +64,6 @@ namespace Mono.Btls
                [DllImport (BTLS_DYLIB)]
                extern static int mono_btls_x509_lookup_add_mono (IntPtr handle, IntPtr monoLookup);
 
-               [DllImport (BTLS_DYLIB)]
-               extern static void mono_btls_x509_lookup_method_mono_init (
-                       IntPtr handle, IntPtr instance, IntPtr by_subject_func);
-
                [DllImport (BTLS_DYLIB)]
                extern static int mono_btls_x509_lookup_init (IntPtr handle);