Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugust Mueller <gus@flyingmeat.com>2013-11-11 03:13:45 +0400
committerAugust Mueller <gus@flyingmeat.com>2013-11-11 03:13:45 +0400
commit6f68545eb7856c9de60122e48db37e92a4d7b1f2 (patch)
tree18061dae3e1feeec8161f11b2633e571e7488072
parent27891fb620879fc64cd779ac8726e911d34734b6 (diff)
Cleanup
-rw-r--r--src/FMDatabase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FMDatabase.h b/src/FMDatabase.h
index a2f19cd..8169173 100644
--- a/src/FMDatabase.h
+++ b/src/FMDatabase.h
@@ -49,8 +49,6 @@
#define instancetype id
#endif
-#define FMDatabaseSQLiteBusyMicrosecondsTimeout 20
-
/** A SQLite ([http://sqlite.org/](http://sqlite.org/)) Objective-C wrapper.
### Usage