aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-08 10:37:06 +0200
committerLukas Larsson <[email protected]>2013-08-08 10:37:06 +0200
commit60593d582bdb92631b1df0624c19827d1c5ab93e (patch)
treee6f371b19c35ce277c37a339fb67a52356f75469 /erts
parent67b37031bbec0cc7eecc0e02670d02b8f1b9092e (diff)
downloadotp-60593d582bdb92631b1df0624c19827d1c5ab93e.tar.gz
otp-60593d582bdb92631b1df0624c19827d1c5ab93e.tar.bz2
otp-60593d582bdb92631b1df0624c19827d1c5ab93e.zip
etp: Do not use name as beam.smp is the name on Linux
Diffstat (limited to 'erts')
-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":