chore(build): Remove unused variable

This commit is contained in:
Nick Hastings 2024-08-04 11:24:03 -04:00 committed by Nicholas Hastings
parent 5d48696528
commit 827c1baf0c

View File

@ -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'])]