delete dead code that has never been referenced

pull/11864/head
Eli Schwartz 1 year ago
parent a981433705
commit 50921263bd
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 5
      mesonbuild/backend/xcodebackend.py

@ -69,11 +69,6 @@ class FileTreeEntry:
self.subdirs = {}
self.targets = []
class PbxItem:
def __init__(self, value, comment = ''):
self.value = value
self.comment = comment
class PbxArray:
def __init__(self) -> None:
self.items = []

Loading…
Cancel
Save