.NET tutorial 6: remove an unused variable

Suggested in #250 by @KZyfer.
This commit is contained in:
Michael Klishin 2019-12-09 14:55:17 +03:00
parent 73201fb29d
commit 9eb4edbef1
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE

View File

@ -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);