auth: remove unused forward declaration

`timeout_config` is not used by auth/common.hh. presumably, this
class is not a public interface exposed by auth, as it is not
inherently related auth. timeout_config is a shared setting across
related services, specifically, redis_server, thrift and cql_server.
so, in this change, let's drop this forward declaration.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
This commit is contained in:
Kefu Chai
2023-03-19 14:12:37 +08:00
parent 9a159445f0
commit ca83dc0101

View File

@@ -30,8 +30,6 @@ namespace replica {
class database;
}
class timeout_config;
namespace service {
class migration_manager;
}