aboutsummaryrefslogtreecommitdiff
path: root/src/backup.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/backup.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/backup.c')
-rw-r--r--src/backup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backup.c b/src/backup.c
index 252f61cfc..6ef9374ec 100644
--- a/src/backup.c
+++ b/src/backup.c
@@ -15,12 +15,6 @@
#include "sqliteInt.h"
#include "btreeInt.h"
-/* Macro to find the minimum of two numeric values.
-*/
-#ifndef MIN
-# define MIN(x,y) ((x)<(y)?(x):(y))
-#endif
-
/*
** Structure allocated for each backup operation.
*/