Skip to content

Commit 07ae55c

Browse files
DougGregorCodaFi
authored andcommitted
There's no gyb directory for SwiftSyntaxParser
1 parent ca5326a commit 07ae55c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
SWIFTBASICFORMAT_DIR = os.path.join(SOURCES_DIR, "SwiftBasicFormat")
2525
SWIFTSYNTAXBUILDER_DIR = os.path.join(SOURCES_DIR, "SwiftSyntaxBuilder")
2626
SWIFTPARSER_DIR = os.path.join(SOURCES_DIR, "SwiftParser")
27-
SWIFTSYNTAXPARSER_DIR = os.path.join(SOURCES_DIR, "SwiftSyntaxParser")
2827

2928
CODE_GENERATION_DIR = os.path.join(PACKAGE_DIR, "CodeGeneration")
3029
GENERATESWIFTSYNTAXBUILDER_DIR = \
@@ -305,7 +304,6 @@ def gyb_dir_mapping(temp_directories: bool) -> Dict[str, str]:
305304
SWIFTSYNTAX_DIR,
306305
os.path.join(SWIFTSYNTAX_DIR, "Raw"),
307306
SWIFTSYNTAXBUILDER_DIR,
308-
SWIFTSYNTAXPARSER_DIR,
309307
SWIFTSYNTAX_DOCUMENTATION_DIR,
310308
SWIFTPARSER_DIR,
311309
]

0 commit comments

Comments
 (0)