Skip to content

Commit

Permalink
Merge pull request #1255 from AArnott/dropOldDoc
Browse files Browse the repository at this point in the history
Drop reference to very old and removed document
  • Loading branch information
AArnott committed Oct 31, 2023
2 parents cf86d12 + e4778ff commit b323b1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Microsoft.VisualStudio.Threading/JoinableTaskContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ namespace Microsoft.VisualStudio.Threading;
/// <summary>
/// A common context within which joinable tasks may be created and interact to avoid deadlocks.
/// </summary>
/// <devremarks>
/// Lots of documentation and FAQ on Joinable Tasks is available on OneNote: <![CDATA[
/// http://devdiv/sites/vspe/prjbld/_layouts/OneNote.aspx?id=%2fsites%2fvspe%2fprjbld%2fOneNote%2fTeamInfo&wd=target%28VS%20Threading.one%7c46FEAAD0-0131-45EE-8C52-C9893F1FD331%2fThreading%20Rules%7cD0EEFAB9-99C0-4B8F-AA5F-4287DD69A38F%2f%29
/// ]]>.
/// </devremarks>
/// <remarks>
/// There are three rules that should be strictly followed when using or interacting
/// with JoinableTasks:
Expand Down

0 comments on commit b323b1f

Please sign in to comment.