From e4778ffbaa57204baabfe22f554bcba642eff5fd Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 30 Oct 2023 15:19:32 -0600 Subject: [PATCH] Drop reference to very old and removed document --- src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs b/src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs index e2ea752fe..3eb58fbcb 100644 --- a/src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs +++ b/src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs @@ -18,11 +18,6 @@ namespace Microsoft.VisualStudio.Threading; /// /// A common context within which joinable tasks may be created and interact to avoid deadlocks. /// -/// -/// Lots of documentation and FAQ on Joinable Tasks is available on OneNote: . -/// /// /// There are three rules that should be strictly followed when using or interacting /// with JoinableTasks: