Index: third_party/sqlite/src/src/btmutex.c |
diff --git a/third_party/sqlite/src/src/btmutex.c b/third_party/sqlite/src/src/btmutex.c |
index 9b5e0d7d89ed97de71d44406302c79180fd8bb3b..201291a3e9d5020da64584ceede7f247359bd7bf 100644 |
--- a/third_party/sqlite/src/src/btmutex.c |
+++ b/third_party/sqlite/src/src/btmutex.c |
@@ -10,8 +10,6 @@ |
** |
************************************************************************* |
** |
-** $Id: btmutex.c,v 1.17 2009/07/20 12:33:33 drh Exp $ |
-** |
** This file contains code used to implement mutexes on Btree objects. |
** This code really belongs in btree.c. But btree.c is getting too |
** big and we want to break it down some. This packaged seemed like |