Skip to content

Commit aa09ccf

Browse files
committed
removed unwanted variable
1 parent 8315712 commit aa09ccf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ResourceManager/IotHub/Commands.IotHub/IotHub/Routing/RemoveAzureRmIotHubRoute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public class RemoveAzureRmIotHubRoute : IotHubBaseCmdlet
5656

5757
public override void ExecuteCmdlet()
5858
{
59-
bool removeFlag = true;
6059
IotHubDescription iotHubDescription;
6160
if (ParameterSetName.Equals(InputObjectParameterSet))
6261
{

src/ResourceManager/IotHub/Commands.IotHub/IotHub/Routing/RemoveAzureRmIotHubRoutingEndpoint.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class RemoveAzureRmIotHubRoutingEndpoint : IotHubBaseCmdlet
6060

6161
public override void ExecuteCmdlet()
6262
{
63-
bool removeFlag = true;
6463
IotHubDescription iotHubDescription;
6564
if (ParameterSetName.Equals(InputObjectParameterSet))
6665
{

0 commit comments

Comments
 (0)