diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-09-14 23:47:25 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-04 16:29:31 -0400 |
commit | 5a8e066c564ead1013dda58eff7d94fe01ade59d (patch) | |
tree | b7b0c5f3362a0edd5158755c051823535b73e741 /mesonbuild/backend/xcodebackend.py | |
parent | f2eb1534ddcacd990ab6807376a92e2400681536 (diff) | |
download | meson-5a8e066c564ead1013dda58eff7d94fe01ade59d.zip meson-5a8e066c564ead1013dda58eff7d94fe01ade59d.tar.gz meson-5a8e066c564ead1013dda58eff7d94fe01ade59d.tar.bz2 |
remove useless variables that are no longer or were never used
Diffstat (limited to 'mesonbuild/backend/xcodebackend.py')
-rw-r--r-- | mesonbuild/backend/xcodebackend.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/backend/xcodebackend.py b/mesonbuild/backend/xcodebackend.py index 7a02766..080a184 100644 --- a/mesonbuild/backend/xcodebackend.py +++ b/mesonbuild/backend/xcodebackend.py @@ -623,7 +623,6 @@ class XCodeBackend(backends.Backend): fullpath = os.path.join(self.environment.get_build_dir(), s) else: fullpath = os.path.join(self.environment.get_source_dir(), s) - compiler_args = '' sdict.add_item('isa', 'PBXBuildFile') sdict.add_item('fileRef', fileref, fullpath) objects_dict.add_item(idval, sdict) |