From 827c1baf0c5a3bcd5c509a4d93526facdfb6de96 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sun, 4 Aug 2024 11:24:03 -0400 Subject: [PATCH] chore(build): Remove unused variable --- AMBuildScript | 1 - 1 file changed, 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index c9e8cd5..0c8441b 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -323,7 +323,6 @@ class MMSConfig(object): os.path.join(context.sourcePath, 'loader'), ] - defines = [] for other_sdk in self.sdk_manifests: cxx.defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]