From 35265be757c06b8ae7647408dcda24b24f4377c5 Mon Sep 17 00:00:00 2001 From: Sarbojit Sarkar Date: Fri, 26 Feb 2021 03:45:00 -0500 Subject: [PATCH] SWDEV-274436 - Fixed square build issue Change-Id: If64be13be48bb7e620172ec245bc819c923f918a --- hipamd/bin/hipify-perl | 1 - 1 file changed, 1 deletion(-) diff --git a/hipamd/bin/hipify-perl b/hipamd/bin/hipify-perl index 7da658a6e5..1cb0cdb8a7 100755 --- a/hipamd/bin/hipify-perl +++ b/hipamd/bin/hipify-perl @@ -2603,7 +2603,6 @@ while (@ARGV) { $countKeywords += m/__global__/; $countKeywords += m/__shared__/; simpleSubstitutions(); - transformExternShared(); transformKernelLaunch(); transformCubNamespace(); if ($print_stats) {