File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -351,9 +351,6 @@ class CompilerInvocation {
351
351
setUpInputForSILTool (StringRef inputFilename, StringRef moduleNameArg,
352
352
bool alwaysSetModuleToMain, bool bePrimary,
353
353
serialization::ExtendedValidationInfo &extendedInfo);
354
- bool hasSerializedAST () {
355
- return FrontendOpts.InputKind == InputFileKind::SwiftLibrary;
356
- }
357
354
358
355
const PrimarySpecificPaths &
359
356
getPrimarySpecificPathsForAtMostOnePrimary () const ;
@@ -562,13 +559,6 @@ class CompilerInstance {
562
559
void setUpLLVMArguments ();
563
560
void setUpDiagnosticOptions ();
564
561
bool setUpModuleLoaders ();
565
- bool isInputSwift () {
566
- return Invocation.getInputKind () == InputFileKind::Swift;
567
- }
568
- bool isInSILMode () {
569
- return Invocation.getInputKind () == InputFileKind::SIL;
570
- }
571
-
572
562
bool setUpInputs ();
573
563
bool setUpASTContextIfNeeded ();
574
564
void setupStatsReporter ();
You can’t perform that action at this time.
0 commit comments