Kefu Chai
c5c5990578
auth: remove unused member variable
this issue was identified by clang-20:
```
/home/kefu/.local/bin/clang++ -DDEBUG -DDEBUG_LSA_SANITIZER -DSANITIZE -DSCYLLA_BUILD_MODE=debug -DSCYLLA_ENABLE_ERROR_INJECTION -DXXH_PRIVATE_API -DCMAKE_INTDIR=\"Debug\" -I/home/kefu/dev/scylladb -I/home/kefu/dev/scylladb/build -I/home/kefu/dev/scylladb/build/gen -isystem /home/kefu/dev/scylladb/seastar/include -isystem /home/kefu/dev/scylladb/build/Debug/seastar/gen/include -isystem /usr/include/p11-kit-1 -isystem /home/kefu/dev/scylladb/abseil -isystem /home/kefu/dev/scylladb/build/rust -g -Og -g -gz -std=gnu++23 -fvisibility=hidden -Wall -Werror -Wextra -Wno-error=deprecated-declarations -Wimplicit-fallthrough -Wno-c++11-narrowing -Wno-deprecated-copy -Wno-mismatched-tags -Wno-missing-field-initializers -Wno-overloaded-virtual -Wno-unsupported-friend -Wno-unused-parameter -ffile-prefix-map=/home/kefu/dev/scylladb/build=. -march=westmere -Xclang -fexperimental-assignment-tracking=disabled -std=gnu++23 -Werror=unused-result -fstack-clash-protection -fsanitize=address -fsanitize=undefined -DSEASTAR_API_LEVEL=7 -DSEASTAR_BUILD_SHARED_LIBS -DSEASTAR_SSTRING -DSEASTAR_LOGGER_COMPILE_TIME_FMT -DSEASTAR_SCHEDULING_GROUPS_COUNT=16 -DSEASTAR_DEBUG -DSEASTAR_DEFAULT_ALLOCATOR -DSEASTAR_SHUFFLE_TASK_QUEUE -DSEASTAR_DEBUG_SHARED_PTR -DSEASTAR_DEBUG_PROMISE -DSEASTAR_LOGGER_TYPE_STDOUT -DSEASTAR_TYPE_ERASE_MORE -DFMT_SHARED -DWITH_GZFILEOP -MD -MT auth/CMakeFiles/scylla_auth.dir/Debug/default_authorizer.cc.o -MF auth/CMakeFiles/scylla_auth.dir/Debug/default_authorizer.cc.o.d -o auth/CMakeFiles/scylla_auth.dir/Debug/default_authorizer.cc.o -c /home/kefu/dev/scylladb/auth/default_authorizer.cc
In file included from /home/kefu/dev/scylladb/auth/default_authorizer.cc:11:
/home/kefu/dev/scylladb/auth/default_authorizer.hh:29:36: error: private field '_group0_client' is not used [-Werror,-Wunused-private-field]
29 | ::service::raft_group0_client& _group0_client;
| ^
1 error generated.
```
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
2024-12-09 10:31:09 +08:00
..
2024-03-01 16:25:14 +01:00
2024-06-06 13:26:34 +02:00
2024-03-01 16:25:14 +01:00
2024-06-21 19:20:27 +03:00
2023-04-24 12:24:29 +03:00
2024-04-19 07:44:07 +03:00
2024-11-14 17:45:07 +02:00
2024-01-19 10:49:17 +08:00
2024-09-23 13:55:52 +02:00
2024-06-23 19:25:23 +03:00
2024-10-07 20:08:05 +03:00
2024-10-07 20:08:05 +03:00
2024-05-05 23:31:09 +03:00
2024-09-28 16:31:53 +03:00
2024-07-31 09:18:54 +02:00
2024-12-09 10:31:09 +08:00
2024-12-09 10:31:09 +08:00
2024-10-11 13:25:07 +02:00
2024-10-11 13:25:07 +02:00
2024-11-05 14:05:24 +08:00
2024-09-23 13:55:52 +02:00
2024-12-02 14:53:38 +01:00
2024-12-02 14:53:38 +01:00
2023-03-09 17:50:19 +01:00
2023-03-09 17:50:19 +01:00
2024-04-19 22:56:16 +08:00
2024-10-22 06:54:46 +03:00
2024-12-03 09:41:32 +02:00
2024-09-13 09:49:05 +03:00
2024-11-14 17:45:07 +02:00
2024-06-12 17:30:20 +03:00
2024-01-17 09:28:13 +02:00
2024-11-14 17:45:07 +02:00
2024-05-30 09:16:23 +03:00
2024-10-02 07:29:30 +02:00
2024-11-29 14:01:44 +08:00
2024-10-30 14:07:58 +02:00
2024-11-14 17:45:07 +02:00
2024-10-30 23:01:34 +08:00
2024-09-23 13:55:52 +02:00