Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7bdd974

Browse files
Removing unused string builder
1 parent e4de844 commit 7bdd974

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/NewTaskSystem/BaseOutputProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public override void LineReceived(string line)
8484

8585
abstract class FirstResultOutputProcessor<T> : BaseOutputProcessor<T>
8686
{
87-
private readonly StringBuilder sb = new StringBuilder();
8887
private bool isSet = false;
8988
public override void LineReceived(string line)
9089
{

0 commit comments

Comments
 (0)