From 4af2e3d87e4afab710f020b802dac17883cf4fa4 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 --- bin/hipify-perl | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/hipify-perl b/bin/hipify-perl index 7da658a6e5..1cb0cdb8a7 100755 --- a/bin/hipify-perl +++ b/bin/hipify-perl @@ -2603,7 +2603,6 @@ while (@ARGV) { $countKeywords += m/__global__/; $countKeywords += m/__shared__/; simpleSubstitutions(); - transformExternShared(); transformKernelLaunch(); transformCubNamespace(); if ($print_stats) {