1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove a redundant typedef from the sqlite3_rsync.c source file.

FossilOrigin-Name: b4c37c6bcc644e21a29955e31151ea22a07627e524ce913afd3d2d6eeb7e0bb6
This commit is contained in:
drh
2025-05-11 10:48:10 +00:00
parent 94e22bc077
commit eb55814c62
3 changed files with 7 additions and 9 deletions

View File

@ -601,8 +601,6 @@ void add_path_argument(sqlite3_str *pStr){
# endif
#endif
typedef sqlite3_uint64 u64;
/*
** State structure for a Hash hash in progress
*/