diff options
Diffstat (limited to 'gcc/testsuite/lib/g++-dg.exp')
-rw-r--r-- | gcc/testsuite/lib/g++-dg.exp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/testsuite/lib/g++-dg.exp b/gcc/testsuite/lib/g++-dg.exp index 9f6364576a0..1efb93d4272 100644 --- a/gcc/testsuite/lib/g++-dg.exp +++ b/gcc/testsuite/lib/g++-dg.exp @@ -26,20 +26,3 @@ proc g++-dg-test { prog do_what extra_tool_flags } { proc g++-dg-prune { system text } { return [gcc-dg-prune $system $text] } - -# Record additional sources files that must be compiled along with the -# main source file. - -proc dg-gpp-additional-sources { args } { - global additional_sources - set additional_sources [lindex $args 1] -} - -# Record additional files -- other than source files -- that must be -# present on the system where the compiler runs. - -proc dg-gpp-additional-files { args } { - global additional_files - set additional_files [lindex $args 1] -} - |