aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-11-10 01:30:52 +0000
committerdrh <drh@noemail.net>2009-11-10 01:30:52 +0000
commitc81c11f62cf1e3bb1358c6e0cc9a1c23558c2241 (patch)
treec17195272e7c5657bdb5fe324fd3b391f9d6494d /src/printf.c
parentc7285978422dd0d733c6fdd5aa356ba71d33d905 (diff)
downloadsqlite-c81c11f62cf1e3bb1358c6e0cc9a1c23558c2241.tar.gz
sqlite-c81c11f62cf1e3bb1358c6e0cc9a1c23558c2241.zip
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/printf.c b/src/printf.c
index d8d838693..5a790a15d 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -5,8 +5,6 @@
** an historical reference. Most of the "enhancements" have been backed
** out so that the functionality is now the same as standard printf().
**
-** $Id: printf.c,v 1.104 2009/06/03 01:24:54 drh Exp $
-**
**************************************************************************
**
** The following modules is an enhanced replacement for the "printf" subroutines