aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite34/files/patch-ext__fts1__fts1_porter.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite34/files/patch-ext__fts1__fts1_porter.c')
-rw-r--r--databases/sqlite34/files/patch-ext__fts1__fts1_porter.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/sqlite34/files/patch-ext__fts1__fts1_porter.c b/databases/sqlite34/files/patch-ext__fts1__fts1_porter.c
deleted file mode 100644
index 6185bf94dcd5..000000000000
--- a/databases/sqlite34/files/patch-ext__fts1__fts1_porter.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ext/fts1/fts1_porter.c.orig Sun Oct 1 13:01:13 2006
-+++ ext/fts1/fts1_porter.c Sun Dec 3 14:45:17 2006
-@@ -26,11 +26,7 @@
-
-
- #include <assert.h>
--#if !defined(__APPLE__)
--#include <malloc.h>
--#else
- #include <stdlib.h>
--#endif
- #include <stdio.h>
- #include <string.h>
- #include <ctype.h>