rustc: silence unused-var warning.
This commit is contained in:
parent
e5b0f1d132
commit
62b6fa0943
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue