aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gprpp/thd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/gprpp/thd.h')
-rw-r--r--src/core/lib/gprpp/thd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/lib/gprpp/thd.h b/src/core/lib/gprpp/thd.h
index 05c7ded45f..caf0652c1a 100644
--- a/src/core/lib/gprpp/thd.h
+++ b/src/core/lib/gprpp/thd.h
@@ -111,9 +111,6 @@ class Thread {
}
};
- static void Init();
- static bool AwaitAll(gpr_timespec deadline);
-
private:
Thread(const Thread&) = delete;
Thread& operator=(const Thread&) = delete;