Skip to content

Commit 7fd158f

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[portsorch]: Remove unused variable (sonic-net#714)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent ce909b6 commit 7fd158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/portsorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ void PortsOrch::doVlanTask(Consumer &consumer)
18641864
int vlan_id;
18651865
vlan_id = stoi(key.substr(4)); // FIXME: might raise exception
18661866

1867-
string vlan_alias, port_alias;
1867+
string vlan_alias;
18681868
vlan_alias = VLAN_PREFIX + to_string(vlan_id);
18691869
string op = kfvOp(t);
18701870

0 commit comments

Comments
 (0)