aboutsummaryrefslogtreecommitdiff
path: root/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs')
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs b/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
deleted file mode 100644
index 6ddd3f651ef3..000000000000
--- a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
+++ /dev/null
@@ -1,11 +0,0 @@
---- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100
-+++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100
-@@ -705,7 +705,7 @@
- static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
- {
- PCache1 pCache; /* The newly created page cache */
-- PGroup pGroup; /* The group the new page cache will belong to */
-+ PGroup pGroup = null; /* The group the new page cache will belong to */
- int sz; /* Bytes of memory required to allocate the new cache */
-
- /*