Remove unused constant

This commit is contained in:
Guillaume Gomez 2019-12-03 22:23:55 +01:00
parent e14eebb6bb
commit 12a267134e
1 changed files with 0 additions and 2 deletions

View File

@ -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,