Version 1.17.1

Fix broken merge of dev 1.17.0-dev.6.4 to stable 1.17.0.
diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h
index 414faae..415cff89 100644
--- a/runtime/vm/os_thread.h
+++ b/runtime/vm/os_thread.h
@@ -173,10 +173,6 @@
   // called when the retunred id will eventually be passed to OSThread::Join().
   static ThreadJoinId GetCurrentThreadJoinId(OSThread* thread);
 
-  // This function can be called only once per OSThread, and should only be
-  // called when the retunred id will eventually be passed to OSThread::Join().
-  static ThreadJoinId GetCurrentThreadJoinId(OSThread* thread);
-
   // Called at VM startup and shutdown.
   static void InitOnce();