Revert accidental commit.

This commit is contained in:
Daniel Jacobowitz 2006-06-22 19:17:09 +00:00
parent b952b98f27
commit 90750ee799
1 changed files with 0 additions and 3 deletions

View File

@ -1509,9 +1509,6 @@ proc gdb_compile {source dest type options} {
set options [lreplace $options $nowarnings $nowarnings $flag]
}
# # Make sure the target directory exists, in case the testsuite
# # was not configured.
set result [target_compile $source $dest $type $options];
regsub "\[\r\n\]*$" "$result" "" result;
regsub "^\[\r\n\]*" "$result" "" result;