mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove redundant implemented interface
Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Semmle.Util
|
||||
/// A wrapper around an underlying <see cref="StreamWriter" /> which allows
|
||||
/// <see cref="DiagnosticMessage" /> objects to be serialized to it.
|
||||
/// </summary>
|
||||
public sealed class DiagnosticsStream : IDiagnosticsWriter, IDisposable
|
||||
public sealed class DiagnosticsStream : IDiagnosticsWriter
|
||||
{
|
||||
private readonly JsonSerializer serializer;
|
||||
private readonly StreamWriter writer;
|
||||
|
||||
Reference in New Issue
Block a user