Remove unused shouldNotHaveFriends* functions

This commit is contained in:
sfc-gh-tclinkenbeard 2021-10-28 13:25:16 -07:00 committed by Trevor Clinkenbeard
parent 25257f6f87
commit 168e75bb1e
1 changed files with 0 additions and 4 deletions

View File

@ -1287,8 +1287,6 @@ TEST_CASE("/fdbrpc/flow/wait_expression_after_cancel") {
template <class>
struct ShouldNotGoIntoClassContextStack;
ACTOR static Future<Void> shouldNotHaveFriends();
class Foo1 {
public:
explicit Foo1(int x) : x(x) {}
@ -1363,8 +1361,6 @@ ACTOR Future<int> Outer::Foo5::fooActor(Outer::Foo5* self) {
return self->x;
}
ACTOR static Future<Void> shouldNotHaveFriends2();
// Meant to be run with -fsanitize=undefined
TEST_CASE("/flow/DeterministicRandom/SignedOverflow") {
deterministicRandom()->randomInt(std::numeric_limits<int>::min(), 0);