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

index 86f9a6c0754167045f2e4fd85e22341eb1bd4bbc..eca2a50466628ec29b53b3d9bf06b976553601e8 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;
This page took 0.044207 seconds and 4 git commands to generate.