Skip to content

Commit

Permalink
chore(build): Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Aug 4, 2024
1 parent f709b65 commit 23ee687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -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'])]

Expand Down

0 comments on commit 23ee687

Please sign in to comment.