diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/bp_in_thread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/bp_in_thread.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.threads/bp_in_thread.exp b/gdb/testsuite/gdb.threads/bp_in_thread.exp index ef8cc3f7ad4..0ec7054eee0 100644 --- a/gdb/testsuite/gdb.threads/bp_in_thread.exp +++ b/gdb/testsuite/gdb.threads/bp_in_thread.exp @@ -18,10 +18,6 @@ # GDB reported a SIGTRAP signal in a random thread when hitting # a breakpoint. -if $tracelevel then { - strace $tracelevel -} - set testfile "bp_in_thread" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} |