Skip to content

Commit bdabd43

Browse files
committed
remove unnecessary assignment
1 parent b89e857 commit bdabd43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/pfcstat

-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ Examples:
286286
"""
287287
Print the counters of pfc rx counter
288288
"""
289-
cnstat_cached_dict = OrderedDict()
290289
if os.path.isfile(cnstat_fqn_file_rx):
291290
try:
292291
cnstat_cached_dict = pickle.load(open(cnstat_fqn_file_rx, 'r'))
@@ -301,7 +300,6 @@ Examples:
301300
"""
302301
Print the counters of pfc tx counter
303302
"""
304-
cnstat_cached_dict = OrderedDict()
305303
if os.path.isfile(cnstat_fqn_file_tx):
306304
try:
307305
cnstat_cached_dict = pickle.load(open(cnstat_fqn_file_tx, 'r'))

0 commit comments

Comments
 (0)