summaryrefslogtreecommitdiffstats
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:52:37 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:52:37 (GMT)
commit77f9caf633d8be5d83c2d33d6a36fef80f64bb99 (patch)
tree0f994595cd13510a4996e6db5b94970dbfcdfac8 /Lib/pstats.py
parent1f877ef1993eaa40167fbdd818739e77ae1b9424 (diff)
downloadcpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.zip
cpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.tar.gz
cpython-77f9caf633d8be5d83c2d33d6a36fef80f64bb99.tar.bz2
Remove unused variable (PyChecker)
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r--Lib/pstats.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py
index 4fd55c8..51faaf6 100644
--- a/Lib/pstats.py
+++ b/Lib/pstats.py
@@ -185,7 +185,6 @@ class Stats:
"""Expand all abbreviations that are unique."""
if not self.sort_arg_dict:
self.sort_arg_dict = dict = {}
- std_list = dict.keys()
bad_list = {}
for word in self.sort_arg_dict_default.keys():
fragment = word