diff --git a/tools/swift-ide-test/swift-ide-test.cpp b/tools/swift-ide-test/swift-ide-test.cpp index bdb89fe0bd0aa..484dec7414214 100644 --- a/tools/swift-ide-test/swift-ide-test.cpp +++ b/tools/swift-ide-test/swift-ide-test.cpp @@ -2474,11 +2474,6 @@ int main(int argc, char *argv[]) { options::InputFilenames); } - if (options::Action == ActionType::GenerateModuleAPIDescription) { - llvm::errs() << "unimplemented\n"; - return 1; - } - if (options::Action == ActionType::DumpCompletionCache) { if (options::InputFilenames.empty()) { llvm::errs() << "-dump-completin-cache requires an input file\n";