From af383228fb761258cbef9097ba7f194f1fe0e663 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 12 Mar 2018 09:30:18 +0200 Subject: [PATCH] locator: remove empty file locator.cc Empty but for compiler-time-consuming includes. Message-Id: <20180312073018.21646-1-avi@scylladb.com> --- configure.py | 1 - locator/locator.cc | 27 --------------------------- 2 files changed, 28 deletions(-) delete mode 100644 locator/locator.cc diff --git a/configure.py b/configure.py index b1aaa28b75..2df2448cfd 100755 --- a/configure.py +++ b/configure.py @@ -541,7 +541,6 @@ scylla_core = (['database.cc', 'locator/network_topology_strategy.cc', 'locator/everywhere_replication_strategy.cc', 'locator/token_metadata.cc', - 'locator/locator.cc', 'locator/snitch_base.cc', 'locator/simple_snitch.cc', 'locator/rack_inferring_snitch.cc', diff --git a/locator/locator.cc b/locator/locator.cc deleted file mode 100644 index ed6b21ad38..0000000000 --- a/locator/locator.cc +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2015 ScyllaDB - */ - -/* - * This file is part of Scylla. - * - * Scylla is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Scylla is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Scylla. If not, see . - */ - -// Used to ensure that all .hh files build, as well as a place to put -// out-of-line implementations. - -#include "locator/simple_snitch.hh" -#include "locator/rack_inferring_snitch.hh" -#include "locator/gossiping_property_file_snitch.hh"