rustc: silence unused-var warning.

This commit is contained in:
Graydon Hoare 2013-07-30 16:05:00 -07:00
parent e5b0f1d132
commit 62b6fa0943

View file

@ -2266,7 +2266,7 @@ pub fn register_fn_fuller(ccx: @mut CrateContext,
sp: span,
sym: ~str,
node_id: ast::NodeId,
node_type: ty::t,
_node_type: ty::t,
cc: lib::llvm::CallConv,
fn_ty: Type)
-> ValueRef {