aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gprpp/thd_windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/gprpp/thd_windows.cc')
-rw-r--r--src/core/lib/gprpp/thd_windows.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/lib/gprpp/thd_windows.cc b/src/core/lib/gprpp/thd_windows.cc
index 59ea02f3d2..71584fd358 100644
--- a/src/core/lib/gprpp/thd_windows.cc
+++ b/src/core/lib/gprpp/thd_windows.cc
@@ -131,13 +131,6 @@ class ThreadInternalsWindows
namespace grpc_core {
-void Thread::Init() {}
-
-bool Thread::AwaitAll(gpr_timespec deadline) {
- // TODO: Consider adding this if needed
- return false;
-}
-
Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg,
bool* success) {
bool outcome = false;