Skip to content

Commit 83c6c20

Browse files
committed
[#4] [del] cleanup unused code
1 parent 3ca9cbe commit 83c6c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Etcd.Microsoft.Extensions.Configuration/Client/EtcdClientFactory.cs

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public IEtcdClient Create()
4040
{
4141
if (string.IsNullOrEmpty(Settings.ConnectionString))
4242
throw new EtcdConfigurationException("Connection string is missing, should be passed in AddEtcd parameters or set in environment variables.");
43-
var client = new EtcdClient(Settings.ConnectionString);
4443

4544
return new EtcdClient(Settings.ConnectionString, configureChannelOptions: (options =>
4645
{

0 commit comments

Comments
 (0)