mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
This check is pointless. The subsequent call to find_column_family() would call on_internal_error() in case schema is not found, and since cql_test_env sets abort-on-internal-error to true, this would fail just like that Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>