Skip to content

Commit 7cf1e1c

Browse files
authored
Update include/swift/AST/DiagnosticsFrontend.def
1 parent 9ba621b commit 7cf1e1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/DiagnosticsFrontend.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ ERROR(error_bad_package_name,none,
186186
ERROR(error_stdlib_package_name,none,
187187
"package name \"%0\" is reserved for the standard library",
188188
(StringRef))
189-
"package name \"%0\" should be different from the module name",
190-
(StringRef))
191189
ERROR(error_stdlib_not_found,Fatal,
192190
"unable to load standard library for target '%0'", (StringRef))
193191
ERROR(error_module_alias_invalid_format,none,

0 commit comments

Comments
 (0)