Skip to content

Commit 9fd1a62

Browse files
committed
---
yaml --- r: 3655 b: refs/heads/master c: b232ad9 h: refs/heads/master i: 3653: 3ac3743 3651: f3d5270 3647: 7f9f5ce v: v3
1 parent 02b0680 commit 9fd1a62

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
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: 5739e0be0176941084baa337ba9dfec97f9af009
2+
refs/heads/master: b232ad94fde5a178a6602ffbe343d98093849a7d

trunk/src/comp/middle/tstate/bitvectors.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import syntax::ast::*;
33
import syntax::walk;
44
import std::ivec;
55
import std::option::*;
6-
import std::vec;
76
import aux::constr_arg_use;
87
import aux::local_node_id_to_def;
98
import aux::fn_ctxt;
@@ -231,7 +230,7 @@ fn kill_poststate(&fn_ctxt fcx, node_id id, &constr_ c) -> bool {
231230
fn clear_in_poststate_expr(&fn_ctxt fcx, &@expr e, &poststate t) {
232231
alt (e.node) {
233232
case (expr_path(?p)) {
234-
alt (vec::last(p.node.idents)) {
233+
alt (std::vec::last(p.node.idents)) {
235234
case (some(?i)) {
236235
alt (local_node_id_to_def(fcx, e.id)) {
237236
case (some(def_local(?d_id))) {

trunk/src/comp/middle/tstate/ck.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ import tstate::ann::prestate;
3333
import tstate::ann::implies;
3434
import tstate::ann::ann_precond;
3535
import tstate::ann::ann_prestate;
36-
import std::vec::map;
37-
import std::vec;
38-
import std::vec::slice;
39-
import std::vec::unzip;
40-
import std::vec::plus_option;
41-
import std::vec::cat_options;
4236
import std::option;
4337
import std::option::t;
4438
import std::option::some;

0 commit comments

Comments
 (0)