Skip to content

Commit

Permalink
Remove unused diagnostic codes.
Browse files Browse the repository at this point in the history
Fixes #16449.
  • Loading branch information
steveklabnik committed Sep 5, 2014
1 parent 67b97ab commit 1b9c5e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc/diagnostics.rs
Expand Up @@ -160,8 +160,6 @@ register_diagnostics!(
E0146,
E0147,
E0148,
E0149,
E0150,
E0151,
E0152,
E0153,
Expand Down

10 comments on commit 1b9c5e6

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at steveklabnik@1b9c5e6

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/fix_diagnostic_codes = 1b9c5e6 into auto

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/fix_diagnostic_codes = 1b9c5e6 merged ok, testing candidate = fe0ae945

@steveklabnik
Copy link
Member Author

@steveklabnik steveklabnik commented on 1b9c5e6 Sep 5, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at steveklabnik@1b9c5e6

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/fix_diagnostic_codes = 1b9c5e6 into auto

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/fix_diagnostic_codes = 1b9c5e6 merged ok, testing candidate = d52d0c8

@bors
Copy link
Contributor

@bors bors commented on 1b9c5e6 Sep 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = d52d0c8

Please sign in to comment.