Skip to content

Commit 8de261e

Browse files
committed
Remove obsolete not_found_msg
1 parent 78d3114 commit 8de261e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util/sharing_map.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,6 @@ class sharing_mapt
564564
std::set<const void *> &marked,
565565
bool mark = true) const;
566566

567-
static const std::string not_found_msg;
568-
569567
// config
570568
static const std::size_t bits;
571569
static const std::size_t chunk;
@@ -1290,8 +1288,6 @@ SHARING_MAPT2(optionalt<std::reference_wrapper<const, mapped_type>>)::find(
12901288

12911289
// static constants
12921290

1293-
SHARING_MAPT(const std::string)::not_found_msg="key not found";
1294-
12951291
SHARING_MAPT(const std::size_t)::bits = 30;
12961292
SHARING_MAPT(const std::size_t)::chunk = 3;
12971293

0 commit comments

Comments
 (0)