1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Disable code used only by the codec when the codec is not deployed.

FossilOrigin-Name: 2c90276e340aa19d78d2e33c9f759f8eda0b82a3
This commit is contained in:
drh
2010-06-22 21:15:49 +00:00
parent 47ee386f06
commit a715211820
5 changed files with 30 additions and 14 deletions

View File

@@ -6115,8 +6115,8 @@ void *sqlite3PagerCodec(PgHdr *pPg){
CODEC2(pPg->pPager, pPg->pData, pPg->pgno, 6, return 0, aData);
return aData;
}
#endif
#endif /* SQLITE_HAS_CODEC */
#endif
#endif /* !SQLITE_OMIT_WAL */
#endif /* SQLITE_OMIT_DISKIO */