Commit dc63f45
committed
fix: remove duplicate code left by main-merge auto-resolution
The merge of main into pr-b-cleanup-hardening auto-resolved by keeping
both the new and old versions side-by-side in three places:
* transaction.cc: duplicate Result<const TableMetadata*>
finalize_result definition (compile error: redefinition).
* expire_snapshots.cc: duplicate #include <string>.
* expire_snapshots.cc: an old DeleteFile/DeleteFiles pair (the
pre-hardening serial loop with the original "TODO add retry"
comment) was kept inside the new DeleteFiles body, leaving an
unmatched brace and two redefined methods.
Drop the duplicates so the file compiles and matches the intended
post-merge state. clang-format remains clean and all ExpireSnapshots
tests pass.1 parent 23b2a4e commit dc63f45
2 files changed
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | 371 | | |
377 | 372 | | |
378 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
185 | 184 | | |
186 | 185 | | |
187 | 186 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 187 | | |
207 | 188 | | |
208 | 189 | | |
| |||
0 commit comments