Skip to content

Commit a87b66e

Browse files
committed
Fix build break. Doh!
1 parent 7815e84 commit a87b66e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/generator/CodeGeneratorOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public static CodeGeneratorOptions Parse (string[] args)
106106
"SDK Platform {VERSION}/API level.",
107107
v => opts.ApiLevel = v },
108108
{ "lang-features=",
109-
"For internal use. (Flags: interface-constants,default-interface-methods,nested-interface-types,nullable-reference-types,obsoleted-platform-attributes,restrict-to-attributes,emit-legacy-interface-invokers)",
110109
"For internal use. (Flags: interface-constants,default-interface-methods,nested-interface-types,nullable-reference-types,obsoleted-platform-attributes,restrict-to-attributes,do-not-fix-obsolete-overrides,emit-legacy-interface-invokers)",
111110
v => {
112111
opts.EmitLegacyInterfaceInvokers = v?.Contains ("emit-legacy-interface-invokers") == true;

0 commit comments

Comments
 (0)