OSDN Git Service

Revert accidental commit.
authorDaniel Jacobowitz <dan@debian.org>
Thu, 22 Jun 2006 19:17:09 +0000 (19:17 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Thu, 22 Jun 2006 19:17:09 +0000 (19:17 +0000)
gdb/testsuite/lib/gdb.exp

index 86f9a6c..eca2a50 100644 (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;