Skip to content

Commit cdbe0a2

Browse files
authored
Merge pull request ceph#61030 from phlogistonjohn/jjm-remove-unused-var
test/cls_log: remove unused variable Reviewed-by: Casey Bodley <[email protected]>
2 parents 3725c74 + 1f02262 commit cdbe0a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/cls_log/test_cls_log.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ TEST_F(cls_log, trim_by_marker)
332332
utime_t start_time = ceph_clock_now();
333333
generate_log(ioctx, oid, 10, start_time, true);
334334

335-
utime_t zero_time;
336335
std::vector<cls_log_entry> log1;
337336
{
338337
list<cls_log_entry> entries;

0 commit comments

Comments
 (0)