Skip to content

Commit

Permalink
remove uused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Oct 24, 2024
1 parent aa7fbb4 commit 9614f7b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public sealed class CodeMethodWriterTests : IDisposable
private const string MethodDescription = "some description";
private const string ParamDescription = "some parameter description";
private const string ParamName = "param_name";
private readonly CodeMethodWriter _codeMethodWriter;


public CodeMethodWriterTests()
Expand All @@ -34,7 +33,6 @@ public CodeMethodWriterTests()
tw = new StringWriter();
writer.SetTextWriter(tw);
root = CodeNamespace.InitRootNamespace();
_codeMethodWriter = new CodeMethodWriter(new PythonConventionService(), ClientNamespaceName, false);

}
private void setup(bool withInheritance = false)
Expand Down

0 comments on commit 9614f7b

Please sign in to comment.