Remove GetTid() since it is not used.

PiperOrigin-RevId: 393453493
This commit is contained in:
hai007
2021-08-27 16:50:05 -07:00
committed by Copybara-Service
parent ad82c4c489
commit 8e2f2da45d
6 changed files with 0 additions and 21 deletions
-2
View File
@@ -35,8 +35,6 @@ class Executor {
// https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html#shutdown--
virtual void Shutdown() = 0;
virtual int GetTid(int index) const = 0;
};
} // namespace api