[Windows] Fix build from GetTid removal

PiperOrigin-RevId: 393795930
This commit is contained in:
xlythe
2021-08-30 10:06:55 -07:00
committed by Copybara-Service
parent 9f8d186e42
commit ebec902cb8
5 changed files with 6 additions and 9 deletions
@@ -43,9 +43,6 @@ class SubmittableExecutor : public api::SubmittableExecutor {
// https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html#shutdown--
// TODO(b/184975123): replace with real implementation.
void Shutdown() override {}
// TODO(b/184975123): replace with real implementation.
int GetTid(int index) const override { return 0; }
};
} // namespace windows