diff --git a/src/bunit/Diffing/DiffMarkupFormatter.cs b/src/bunit/Diffing/DiffMarkupFormatter.cs
index a28e95666..e98fcc5fb 100644
--- a/src/bunit/Diffing/DiffMarkupFormatter.cs
+++ b/src/bunit/Diffing/DiffMarkupFormatter.cs
@@ -9,16 +9,6 @@ namespace Bunit.Diffing;
///
public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
{
- ///
- /// Gets an instance of the .
- ///
- ///
- /// The is not thread safe, so using this singleton
- /// instance to format elements may not result in the desired effect.
- ///
- [Obsolete("This instance is not thread safe, use a new instance instead.")]
- public static new readonly DiffMarkupFormatter Instance = new();
-
///
/// Initializes a new instance of the class.
///