Skip to content

Commit 65b1ea2

Browse files
committed
---
yaml --- r: 5891 b: refs/heads/master c: d24894e h: refs/heads/master i: 5889: 1c548d9 5887: ab4c4a5 v: v3
1 parent 61515da commit 65b1ea2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4ef2c370592655603cee8ffe5a0f632adc20a597
2+
refs/heads/master: d24894e181779350486df07fe5f0dc79a673116d

trunk/src/comp/front/test.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,6 @@ fn mk_tests(cx: test_ctxt) -> @ast::item {
213213
ret @item;
214214
}
215215

216-
fn empty_fn_ty() -> ast::ty {
217-
let proto = ast::proto_bare;
218-
let input_ty = [];
219-
let ret_ty = @nospan(ast::ty_nil);
220-
let cf = ast::return_val;
221-
let constrs = [];
222-
ret nospan(ast::ty_fn(proto, input_ty, ret_ty, cf, constrs));
223-
}
224-
225216
// The ast::ty of [std::test::test_desc]
226217
fn mk_test_desc_vec_ty(cx: test_ctxt) -> @ast::ty {
227218
let test_fn_ty: ast::ty = nospan(

0 commit comments

Comments
 (0)