diff options
author | drh <drh@noemail.net> | 2020-07-10 21:43:53 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2020-07-10 21:43:53 +0000 |
commit | 6af305de1eeff5d94cacafd555f3fa6b8015b5eb (patch) | |
tree | ff24c9b4d9d040c7b82253543780b3f6d9d3bdef /src/sqliteInt.h | |
parent | b16425d05a29faeec7dd77d71c0f466f8eb2340d (diff) | |
download | sqlite-6af305de1eeff5d94cacafd555f3fa6b8015b5eb.tar.gz sqlite-6af305de1eeff5d94cacafd555f3fa6b8015b5eb.zip |
Remove unnecessary code from the window functions implementation.
FossilOrigin-Name: 1e87da9c93309d1d69b1e0ab65c615b9ff9c1c6813ad0c7b90d2495be4ba0adc
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index a862f4a6c..f64ef5d23 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -4248,7 +4248,6 @@ int sqlite3Select(Parse*, Select*, SelectDest*); Select *sqlite3SelectNew(Parse*,ExprList*,SrcList*,Expr*,ExprList*, Expr*,ExprList*,u32,Expr*); void sqlite3SelectDelete(sqlite3*, Select*); -void sqlite3SelectReset(Parse*, Select*); Table *sqlite3SrcListLookup(Parse*, SrcList*); int sqlite3IsReadOnly(Parse*, Table*, int); void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int); |