diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-09-05 06:08:19 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-09-05 06:08:19 -0400 |
| commit | 1b9c5e69ba7cc8ce52dbb626ccb7eec510d47901 (patch) | |
| tree | 77b7ae54de04404266c6bf7a46411702619aa7a3 | |
| parent | 67b97ab6d2b7de9b69fd97dc171fcf8feec932ff (diff) | |
| download | rust-1b9c5e69ba7cc8ce52dbb626ccb7eec510d47901.tar.gz rust-1b9c5e69ba7cc8ce52dbb626ccb7eec510d47901.zip | |
Remove unused diagnostic codes.
Fixes #16449.
| -rw-r--r-- | src/librustc/diagnostics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index a8bcb970671..fdc0779b2bc 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -160,8 +160,6 @@ register_diagnostics!( E0146, E0147, E0148, - E0149, - E0150, E0151, E0152, E0153, |
