1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Remove an unnecessary parameter from sqlite3Utf8Read() resulting in a slight

performance increase.

FossilOrigin-Name: 8b962c94a2f829f71efdd0ca770469b02feea3e1
This commit is contained in:
drh
2012-09-17 18:56:32 +00:00
parent e1a022e48b
commit 4261096124
5 changed files with 35 additions and 39 deletions

View File

@@ -2956,7 +2956,7 @@ int sqlite3GetInt32(const char *, int*);
int sqlite3Atoi(const char*);
int sqlite3Utf16ByteLen(const void *pData, int nChar);
int sqlite3Utf8CharLen(const char *pData, int nByte);
u32 sqlite3Utf8Read(const u8*, const u8**);
u32 sqlite3Utf8Read(const u8**);
/*
** Routines to read and write variable-length integers. These used to