Skip to content

Commit 905b211

Browse files
committed
[Frontend] Remove "SupportedFeatures" section from -emit-supported-features
It was never implemented and we are re-purposing this for compatibility purposed into `-emit-supported-arguments`
1 parent 55bd906 commit 905b211

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/FrontendTool/FrontendTool.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,10 +1158,6 @@ static bool printSwiftFeature(CompilerInstance &instance) {
11581158
#include "swift/Option/Options.inc"
11591159
#undef OPTION
11601160
out << " \"LastOption\"\n";
1161-
out << " ],\n";
1162-
out << " \"SupportedFeatures\": [\n";
1163-
// Print supported feature names here.
1164-
out << " \"LastFeature\"\n";
11651161
out << " ]\n";
11661162
return false;
11671163
}

0 commit comments

Comments
 (0)