diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:37:48 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:37:48 +0200 |
commit | 70973e42fe35a85a29a327d3bf020638ff255f75 (patch) | |
tree | ce7fe9847623c6be1db56dd726f8962da24d37dd /erts/etc | |
parent | c50a04674fcd461bf6ebdea1f7007e53da47a692 (diff) | |
parent | 0bca6fed8da68008e5c2f3f3bf207246993ab27b (diff) | |
download | otp-70973e42fe35a85a29a327d3bf020638ff255f75.tar.gz otp-70973e42fe35a85a29a327d3bf020638ff255f75.tar.bz2 otp-70973e42fe35a85a29a327d3bf020638ff255f75.zip |
Merge branch 'maint'
* maint:
etp: Do not use name as beam.smp is the name on Linux
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/etp-thr.py | 2 |
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": |