Skip to content

Commit a57029f

Browse files
committed
Merge pull request microsoft#6862 from Microsoft/removeUnusedErrorMessage
Remove unused error message
2 parents 6cc44d1 + 9582342 commit a57029f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/compiler/diagnosticMessages.json

-4
Original file line numberDiff line numberDiff line change
@@ -1279,10 +1279,6 @@
12791279
"category": "Error",
12801280
"code": 2417
12811281
},
1282-
"Type name '{0}' in extends clause does not reference constructor function for '{0}'.": {
1283-
"category": "Error",
1284-
"code": 2419
1285-
},
12861282
"Class '{0}' incorrectly implements interface '{1}'.": {
12871283
"category": "Error",
12881284
"code": 2420

0 commit comments

Comments
 (0)