.NET tutorial 6: remove an unused variable
Suggested in #250 by @KZyfer.
This commit is contained in:
parent
73201fb29d
commit
9eb4edbef1
@ -81,7 +81,6 @@ public static void Main(string[] args)
|
||||
|
||||
private static async Task InvokeAsync(string n)
|
||||
{
|
||||
var rnd = new Random(Guid.NewGuid().GetHashCode());
|
||||
var rpcClient = new RpcClient();
|
||||
|
||||
Console.WriteLine(" [x] Requesting fib({0})", n);
|
||||
|
Loading…
Reference in New Issue
Block a user