mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
cql3: remove abstract_marker vestiges
Removed by e458340821 ("cql3: Remove term")
Closes #14192
This commit is contained in:
@@ -772,7 +772,6 @@ scylla_core = (['message/messaging_service.cc',
|
||||
'cdc/generation.cc',
|
||||
'cdc/metadata.cc',
|
||||
'cql3/type_json.cc',
|
||||
'cql3/abstract_marker.cc',
|
||||
'cql3/attributes.cc',
|
||||
'cql3/cf_name.cc',
|
||||
'cql3/cql3_type.cc',
|
||||
|
||||
@@ -13,7 +13,6 @@ add_library(cql3 STATIC)
|
||||
target_sources(cql3
|
||||
PRIVATE
|
||||
type_json.cc
|
||||
abstract_marker.cc
|
||||
attributes.cc
|
||||
cf_name.cc
|
||||
cql3_type.cc
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2015-present ScyllaDB
|
||||
*
|
||||
* Modified by ScyllaDB
|
||||
*/
|
||||
|
||||
/*
|
||||
* SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0)
|
||||
*/
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
|
||||
#include "cql3/constants.hh"
|
||||
#include "cql3/lists.hh"
|
||||
#include "cql3/maps.hh"
|
||||
#include "cql3/sets.hh"
|
||||
#include "cql3/user_types.hh"
|
||||
#include "cql3/prepare_context.hh"
|
||||
#include "types/list.hh"
|
||||
|
||||
namespace cql3 {
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2015-present ScyllaDB
|
||||
*
|
||||
* Modified by ScyllaDB
|
||||
*/
|
||||
|
||||
/*
|
||||
* SPDX-License-Identifier: (AGPL-3.0-or-later and Apache-2.0)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace cql3 {
|
||||
|
||||
class column_specification;
|
||||
class prepare_context;
|
||||
|
||||
}
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "cql3/query_options.hh"
|
||||
#include "cql3/update_parameters.hh"
|
||||
#include "cql3/operation.hh"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "cql3/functions/functions.hh"
|
||||
#include "cql3/column_identifier.hh"
|
||||
#include "cql3/constants.hh"
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "cql3/lists.hh"
|
||||
#include "cql3/sets.hh"
|
||||
#include "cql3/user_types.hh"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "utils/to_string.hh"
|
||||
#include "operation.hh"
|
||||
#include "utils/chunked_vector.hh"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
#include "maps.hh"
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "operation.hh"
|
||||
#include "update_parameters.hh"
|
||||
#include "exceptions/exceptions.hh"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "operation.hh"
|
||||
#include "update_parameters.hh"
|
||||
#include "constants.hh"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "maps.hh"
|
||||
#include "column_specification.hh"
|
||||
#include "column_identifier.hh"
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/abstract_marker.hh"
|
||||
#include "column_specification.hh"
|
||||
#include "column_identifier.hh"
|
||||
#include "operation.hh"
|
||||
|
||||
Reference in New Issue
Block a user