diff options
author | dan <dan@noemail.net> | 2010-05-13 09:32:30 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2010-05-13 09:32:30 +0000 |
commit | a49ba7c835b52214bdf20739365b4b8606213081 (patch) | |
tree | c92791c0b2319c1a3af5d81a02ae58c09f96f54a /src/test_osinst.c | |
parent | fbefb894ccc9921d4a4049a84145d1a40893fa8d (diff) | |
download | sqlite-a49ba7c835b52214bdf20739365b4b8606213081.tar.gz sqlite-a49ba7c835b52214bdf20739365b4b8606213081.zip |
Fix mistake in test_osinst.c.
FossilOrigin-Name: 4c3e137803f86ec5a6c68bfaa29a2847ba48fd65
Diffstat (limited to 'src/test_osinst.c')
-rw-r--r-- | src/test_osinst.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test_osinst.c b/src/test_osinst.c index 93aba75ed..f52788b16 100644 --- a/src/test_osinst.c +++ b/src/test_osinst.c @@ -15,11 +15,6 @@ ** are provided to control the instrumentation. */ -/* Public API: */ -int sqlite3_vfslog_new(const char *, const char *, const char *); -int sqlite3_vfslog_finalize(const char *); -int sqlite3_vfslog_register(sqlite3 *) - /* ** This module contains code for a wrapper VFS that causes a log of ** all (well, technically "most") VFS calls to be written into a nominated |