diff options
Diffstat (limited to 'src/malloc.c')
-rw-r--r-- | src/malloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/malloc.c b/src/malloc.c index c0c695dfb..6b251876d 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -11,8 +11,6 @@ ************************************************************************* ** ** Memory allocation functions used throughout sqlite. -** -** $Id: malloc.c,v 1.66 2009/07/17 11:44:07 drh Exp $ */ #include "sqliteInt.h" #include <stdarg.h> |