]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Since the return value of sqlite3OsClose() is always ignored, we might as
authordrh <drh@noemail.net>
Thu, 14 Apr 2016 13:16:58 +0000 (13:16 +0000)
committerdrh <drh@noemail.net>
Thu, 14 Apr 2016 13:16:58 +0000 (13:16 +0000)
commit8f2ce914622ab58761c351bc073d21109ef3ded7
treeec2d7b9687225e91748249c903db3b7df6006d5f
parent7512cb47e893fc436f1362b266c07452a933a2f4
Since the return value of sqlite3OsClose() is always ignored, we might as
well make it "void" instead of "int", and thereby save 50 bytes in the
compiled binary.

FossilOrigin-Name: 7ee570e7a9a2159a8c0d41805c00f91ca0de00e3
manifest
manifest.uuid
src/os.c
src/os.h
src/test_devsym.c
src/test_journal.c
src/test_vfs.c