]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls: remove unused variable 69054/head
authorKefu Chai <k.chai@proxmox.com>
Sat, 9 May 2026 05:01:04 +0000 (13:01 +0800)
committerKefu Chai <k.chai@proxmox.com>
Fri, 22 May 2026 10:23:55 +0000 (18:23 +0800)
commit7be6677f952177b8e3336c405a39df6d9f544759
tree25ffe60ceaa5a2a22cedfb87b5df63d91779e83d
parent205024db46669d1aceb2a648c84fd47dda6b4d21
cls: remove unused variable

to silence following warning:

```
/home/kefu/dev/ceph/src/cls/rgw/cls_rgw_types.cc: In static member function ‘static std::__cxx11::list<rgw_bucket_dir> rgw_bucket_dir::generate_test_instances()’:
/home/kefu/dev/ceph/src/cls/rgw/cls_rgw_types.cc:736:11: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=]
  736 |   uint8_t i = 0;
      |           ^
```

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/cls/rgw/cls_rgw_types.cc