about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_resolve/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs
index d89fd635c7a..b39703049ec 100644
--- a/src/librustc_resolve/lib.rs
+++ b/src/librustc_resolve/lib.rs
@@ -4045,7 +4045,6 @@ pub fn resolve_crate<'a, 'tcx>(session: &'a Session,
 
 pub fn create_resolver<'a, 'tcx>(session: &'a Session,
                                  ast_map: &'a ast_map::Map<'tcx>,
-                                 _: &LanguageItems,
                                  krate: &'a Crate,
                                  make_glob_map: MakeGlobMap,
                                  callback: Option<Box<Fn(ast_map::Node, &mut bool) -> bool>>)