diff --git a/bin/hipcc b/bin/hipcc index 4b16ee6c91..7b84067202 100755 --- a/bin/hipcc +++ b/bin/hipcc @@ -759,11 +759,6 @@ if ($printCXXFlags) { if ($printLDFlags) { print $HIPLDFLAGS; } - -$warn = "\nPlease note that hipcc/hipconfig perl binaries are deprecated and will be removed in a future release. -hipcc/hipconfig as C++ binaries are available for use as hipcc.bin and hipconfig.bin. \n"; -print "$warn"; - if ($runCmd) { system ("$CMD"); if ($? == -1) { diff --git a/bin/hipconfig b/bin/hipconfig index f6cc60e3f3..5ddb8e9b7d 100755 --- a/bin/hipconfig +++ b/bin/hipconfig @@ -48,7 +48,6 @@ $ROCM_PATH = $hipvars::ROCM_PATH; $HIP_VERSION = $hipvars::HIP_VERSION; $HSA_PATH = $hipvars::HSA_PATH; - Getopt::Long::Configure ( qw{bundling no_ignore_case}); GetOptions( "help|h" => \$p_help @@ -149,9 +148,6 @@ if ($p_version) { } if (!$printed or $p_full) { - $warn = "Please note that hipcc/hipconfig perl binaries are deprecated and will be removed in a future release. -hipcc/hipconfig as C++ binaries are available for use as hipcc.bin and hipconfig.bin. \n"; - print "$warn"; print "HIP version : ", $HIP_VERSION, "\n\n"; print "== hipconfig\n"; print "HIP_PATH : ", $HIP_PATH, "\n";