aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/unix/etp-thr.py
diff options
context:
space:
mode:
Diffstat (limited to 'erts/etc/unix/etp-thr.py')
-rw-r--r--erts/etc/unix/etp-thr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/etc/unix/etp-thr.py b/erts/etc/unix/etp-thr.py
index 4bfbfa16f3..64fb858d20 100644
--- a/erts/etc/unix/etp-thr.py
+++ b/erts/etc/unix/etp-thr.py
@@ -18,8 +18,6 @@
#
def get_thread_name(t):
- if t.name != None:
- return t.name;
f = gdb.newest_frame();
while f:
if f.name() == "async_main":