diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-06-25 15:21:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-06-25 15:21:21 +0000 |
commit | 2c40eaebf8d01330b1ee59a262d651fbd5192f32 (patch) | |
tree | 778b45195f9cc2ad5c4bf5e95f98cbe44a92d8c8 | |
parent | ce8f13f88e2d8fc915e0af5039080ec0b293ee11 (diff) | |
download | gdb-2c40eaebf8d01330b1ee59a262d651fbd5192f32.zip gdb-2c40eaebf8d01330b1ee59a262d651fbd5192f32.tar.gz gdb-2c40eaebf8d01330b1ee59a262d651fbd5192f32.tar.bz2 |
Revert accidental commit.
-rw-r--r-- | gdb/testsuite/gdb.threads/manythreads.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/manythreads.exp b/gdb/testsuite/gdb.threads/manythreads.exp index ec8764b..a92d049 100644 --- a/gdb/testsuite/gdb.threads/manythreads.exp +++ b/gdb/testsuite/gdb.threads/manythreads.exp @@ -19,8 +19,6 @@ # This file was written by Jeff Johnston. (jjohnstn@redhat.com) -exp_internal 1 - if $tracelevel then { strace $tracelevel } |