diff options
author | drh <drh@noemail.net> | 2009-11-10 01:30:52 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2009-11-10 01:30:52 +0000 |
commit | c81c11f62cf1e3bb1358c6e0cc9a1c23558c2241 (patch) | |
tree | c17195272e7c5657bdb5fe324fd3b391f9d6494d /src/test_devsym.c | |
parent | c7285978422dd0d733c6fdd5aa356ba71d33d905 (diff) | |
download | sqlite-c81c11f62cf1e3bb1358c6e0cc9a1c23558c2241.tar.gz sqlite-c81c11f62cf1e3bb1358c6e0cc9a1c23558c2241.zip |
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
Diffstat (limited to 'src/test_devsym.c')
-rw-r--r-- | src/test_devsym.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test_devsym.c b/src/test_devsym.c index d428e4dc6..836a45091 100644 --- a/src/test_devsym.c +++ b/src/test_devsym.c @@ -13,8 +13,6 @@ ** This file contains code that modified the OS layer in order to simulate ** different device types (by overriding the return values of the ** xDeviceCharacteristics() and xSectorSize() methods). -** -** $Id: test_devsym.c,v 1.9 2008/12/09 01:32:03 drh Exp $ */ #if SQLITE_TEST /* This file is used for testing only */ |