diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 66ee88c..dca41dc 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -64,9 +64,6 @@ if ![info exists env(EXEEXT)] { set EXEEXT $env(EXEEXT) } -# Make sure we are using the C locale. -set env(LC_ALL) "C" - ### Only procedures should come after this point. # |