1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

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