Skip to content

Commit 464df3f

Browse files
committed
get rid of embedded_init. it was only needed for classic xamarin.
1 parent 52877e8 commit 464df3f

3 files changed

Lines changed: 1 addition & 33 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>Copyright 2014-2025 SourceGear, LLC</Copyright>
55
<Company>SourceGear</Company>
66
<Authors>Eric Sink</Authors>
7-
<Version>3.0.0-pre20250724153339</Version>
7+
<Version>3.0.0-pre20250724154017</Version>
88
<AssemblyVersion>3.0.0.2761</AssemblyVersion>
99
<FileVersion>3.0.0.2761</FileVersion>
1010
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>

src/common/batteries_v2.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ public static class Batteries_V2
3232
{
3333
public static void Init()
3434
{
35-
#if EMBEDDED_INIT
36-
SQLitePCL.lib.embedded.Init();
37-
#endif
38-
3935
#if PROVIDER_sqlite3
4036
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3());
4137
#elif PROVIDER_e_sqlite3

src/common/embedded_init.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)