Remove unused shouldNotHaveFriends* functions
This commit is contained in:
parent
25257f6f87
commit
168e75bb1e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue