Chromium Code Reviews| Index: third_party/sqlite/src/src/table.c |
| diff --git a/third_party/sqlite/src/src/table.c b/third_party/sqlite/src/src/table.c |
| index cf0a3ee0b0d20481aea2a4eaa58a9d20554f93cf..26bbfb4f456c42982529ea1a63a01751dd3ee95a 100644 |
| --- a/third_party/sqlite/src/src/table.c |
| +++ b/third_party/sqlite/src/src/table.c |
| @@ -15,8 +15,6 @@ |
| ** |
| ** These routines are in a separate files so that they will not be linked |
| ** if they are not used. |
| -** |
| -** $Id: table.c,v 1.40 2009/04/10 14:28:00 drh Exp $ |
| */ |
| #include "sqliteInt.h" |
| #include <stdlib.h> |