Skip to content

Commit 429ea0e

Browse files
committed
---
yaml --- r: 119167 b: refs/heads/dist-snap c: 32753ed h: refs/heads/master i: 119165: 435e2ce 119163: 66c3631 119159: 64ee653 119151: 66644e6 119135: 3276ce5 119103: 927d2d2 119039: a74dd48 v: v3
1 parent 266874c commit 429ea0e

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: f9973103c59c13026f03b499fd91ef5aa7196da6
9+
refs/heads/dist-snap: 32753ed8112c7fb16ffe3564c01e60db9c05bf0a
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/librustc/middle/trans/meth.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ pub fn trans_impl(ccx: &CrateContext,
7474
}
7575
}
7676

77-
/// Translates a (possibly monomorphized) method body.
78-
///
79-
/// Parameters:
80-
/// * `method`: the AST node for the method
81-
/// * `param_substs`: if this is a generic method, the current values for
82-
/// type parameters and so forth, else None
83-
/// * `llfn`: the LLVM ValueRef for the method
84-
///
85-
pub fn trans_method(ccx: &CrateContext, method: &ast::Method,
86-
param_substs: Option<@param_substs>,
87-
llfn: ValueRef) -> ValueRef {
88-
trans_fn(ccx, method.decl, method.body,
89-
llfn, param_substs, method.id, []);
90-
llfn
91-
}
92-
9377
pub fn trans_method_callee<'a>(
9478
bcx: &'a Block<'a>,
9579
method_call: MethodCall,

0 commit comments

Comments
 (0)