mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Cassandra added support for specifying user-specified query handlers instead of the default QueryProcessor in CASSANDRA-6659. We don't really need that now and as we're C++, we cannot even support existing custom query handlers. Therefore, remove the QueryHandler class and references to it. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>