From 60593d582bdb92631b1df0624c19827d1c5ab93e Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang-solutions.com>
Date: Thu, 8 Aug 2013 10:37:06 +0200
Subject: etp: Do not use name as beam.smp is the name on Linux

---
 erts/etc/unix/etp-thr.py | 2 --
 1 file changed, 2 deletions(-)

(limited to 'erts/etc')

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":
-- 
cgit v1.2.3