Delete dead ctor in RegexParseException (#2229)
authorStephen Toub <stoub@microsoft.com>
Mon, 27 Jan 2020 18:29:52 +0000 (13:29 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 18:29:52 +0000 (13:29 -0500)
commit6688b1a8130937daca36e4b4ae989fc02afe0c0b
tree562f18d90b3cdd88876f3993622357feb9982b53
parentf637e66d529be981f4ada31f10c8226262c5e601
Delete dead ctor in RegexParseException (#2229)

It'll never be used because the exception gets serialized as its base type and thus is never deserialized.
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexParseException.cs