Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
toregge committed Aug 19, 2024
1 parent cad7770 commit f14a0bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion searchcore/src/tests/proton/common/selectpruner_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const string header_name_2 = type_name_2 + ".header";
const string body_name_2 = type_name_2 + ".body";
const string false_name("false");
const string true_name("true");
const string not_name("not");
const string valid_name("test.aa > 3999");
const string valid2_name("test.ab > 4999");
const string rvalid_name("test.aa <= 3999");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ namespace search::memoryindex {

namespace {

const vespalib::string emptyWord = "";

uint16_t cap_u16(uint32_t val) { return std::min(val, static_cast<uint32_t>(std::numeric_limits<uint16_t>::max())); }

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ TopLevelBucketDBUpdater::getReportContentType(const framework::HttpUrlPath&) con

namespace {

const vespalib::string ALL = "all";
const vespalib::string BUCKETDB = "bucketdb";
const vespalib::string BUCKETDB_UPDATER = "Bucket Database Updater";

Expand Down

0 comments on commit f14a0bd

Please sign in to comment.