diff options
author | drh <> | 2025-05-11 10:48:10 +0000 |
---|---|---|
committer | drh <> | 2025-05-11 10:48:10 +0000 |
commit | eb55814c62adecfcb586263c11e60fb24973b1ef (patch) | |
tree | 9fc8a62d1e28a34b87648b916a8e8cc656b85a52 /tool/sqlite3_rsync.c | |
parent | 94e22bc07737e6b4ef0ba7a6a7c901a1c16d9edc (diff) | |
download | sqlite-eb55814c62adecfcb586263c11e60fb24973b1ef.tar.gz sqlite-eb55814c62adecfcb586263c11e60fb24973b1ef.zip |
Remove a redundant typedef from the sqlite3_rsync.c source file.
FossilOrigin-Name: b4c37c6bcc644e21a29955e31151ea22a07627e524ce913afd3d2d6eeb7e0bb6
Diffstat (limited to 'tool/sqlite3_rsync.c')
-rw-r--r-- | tool/sqlite3_rsync.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/sqlite3_rsync.c b/tool/sqlite3_rsync.c index a6b4d6135..46ff2e50e 100644 --- a/tool/sqlite3_rsync.c +++ b/tool/sqlite3_rsync.c @@ -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 */ |