Skip to content

Commit 7b61a4d

Browse files
committed
rmp: remove ABSL_UNREACHABLE
Signed-off-by: Bartłomiej Chmiel <[email protected]>
1 parent abe8271 commit 7b61a4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rmp/src/slack_tuning_strategy.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <utility>
1515
#include <vector>
1616

17-
#include "absl/base/optimization.h"
1817
#include "absl/random/random.h"
1918
#include "cut/abc_library_factory.h"
2019
#include "db_sta/dbNetwork.hh"
@@ -95,7 +94,6 @@ SolutionSlack::Type SolutionSlack::RandomNeighbor(
9594
} break;
9695
case Move::COUNT:
9796
// TODO replace with std::unreachable() once we reach c++23
98-
ABSL_UNREACHABLE();
9997
break;
10098
}
10199
return sol;

0 commit comments

Comments
 (0)