aboutsummaryrefslogtreecommitdiff
path: root/src/memjournal.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-06-26 11:43:18 +0000
committerdrh <drh@noemail.net>2013-06-26 11:43:18 +0000
commit4580cfb93ea377f5bae4a182cf6d1e15deade81e (patch)
treee5de67133da8d3d85a535ca836ef279de4bc0445 /src/memjournal.c
parentadbae616bdbbd264514df275958ef566250b524b (diff)
parent2c036cff3d2fa5e993448ef1aeaf9e1eab388749 (diff)
downloadsqlite-4580cfb93ea377f5bae4a182cf6d1e15deade81e.tar.gz
sqlite-4580cfb93ea377f5bae4a182cf6d1e15deade81e.zip
Cut over the next generation query planner. Increase the version number
to 3.8.0. FossilOrigin-Name: 0fe31f60cadc5fe5a9d87e110bfaed5fd026cba1
Diffstat (limited to 'src/memjournal.c')
-rw-r--r--src/memjournal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/memjournal.c b/src/memjournal.c
index 05725948f..65ed378b3 100644
--- a/src/memjournal.c
+++ b/src/memjournal.c
@@ -31,12 +31,6 @@ typedef struct FileChunk FileChunk;
*/
#define JOURNAL_CHUNKSIZE ((int)(1024-sizeof(FileChunk*)))
-/* Macro to find the minimum of two numeric values.
-*/
-#ifndef MIN
-# define MIN(x,y) ((x)<(y)?(x):(y))
-#endif
-
/*
** The rollback journal is composed of a linked list of these structures.
*/