Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 4, 2019
1 parent e14eebb commit 12a2671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/clean/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ use self::FunctionRetTy::*;

thread_local!(pub static MAX_DEF_ID: RefCell<FxHashMap<CrateNum, DefId>> = Default::default());

const FN_OUTPUT_NAME: &'static str = "Output";

#[derive(Clone, Debug)]
pub struct Crate {
pub name: String,
Expand Down

0 comments on commit 12a2671

Please sign in to comment.