cql3: remove abstract_marker vestiges

Removed by e458340821 ("cql3: Remove term")

Closes #14192
This commit is contained in:
Avi Kivity
2023-06-09 19:04:31 +03:00
committed by Nadav Har'El
parent 59f331c4e1
commit 79bfe04d2a
11 changed files with 0 additions and 49 deletions

View File

@@ -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',

View File

@@ -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

View File

@@ -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 {
}

View File

@@ -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;
}

View File

@@ -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"

View File

@@ -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"

View File

@@ -10,7 +10,6 @@
#pragma once
#include "cql3/abstract_marker.hh"
#include "utils/to_string.hh"
#include "operation.hh"
#include "utils/chunked_vector.hh"

View File

@@ -9,7 +9,6 @@
*/
#include "maps.hh"
#include "cql3/abstract_marker.hh"
#include "operation.hh"
#include "update_parameters.hh"
#include "exceptions/exceptions.hh"

View File

@@ -10,7 +10,6 @@
#pragma once
#include "cql3/abstract_marker.hh"
#include "operation.hh"
#include "update_parameters.hh"
#include "constants.hh"

View File

@@ -10,7 +10,6 @@
#pragma once
#include "cql3/abstract_marker.hh"
#include "maps.hh"
#include "column_specification.hh"
#include "column_identifier.hh"

View File

@@ -10,7 +10,6 @@
#pragma once
#include "cql3/abstract_marker.hh"
#include "column_specification.hh"
#include "column_identifier.hh"
#include "operation.hh"