Remove std::vec

This commit is contained in:
Brian Anderson 2011-08-12 11:03:56 -07:00
parent 4fc0848a49
commit 4e62c0d6cb
10 changed files with 0 additions and 32 deletions

View file

@ -27,7 +27,6 @@ import std::option;
import std::option::some;
import std::option::none;
import std::str;
import std::vec;
import std::ivec;
import std::int;
import std::io;

View file

@ -7,7 +7,6 @@
*/
import std::ivec;
import std::str;
import std::vec;
import std::option;
import std::option::none;
import std::option::some;

View file

@ -2,7 +2,6 @@ use std;
import codemap::span;
import std::ivec;
import std::vec;
import std::option;
import std::map::hashmap;
import std::map::new_str_hash;

View file

@ -14,7 +14,6 @@ mod int;
mod uint;
mod u8;
mod u64;
mod vec;
mod ivec;
mod str;

View file

@ -1,21 +0,0 @@
import option::none;
import option::some;
import util::orb;
export dummy;
type dummy = int;
native "rust" mod rustrt {
type vbuf;
}
// Local Variables:
// mode: rust;
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End:

View file

@ -3,7 +3,6 @@ import std::getopts;
import std::test;
import std::fs;
import std::str;
import std::vec;
import std::ivec;
import std::task;

View file

@ -1,7 +1,6 @@
import std::io;
import std::str;
import std::option;
import std::vec;
import std::fs;
import std::os;
import std::ivec;

View file

@ -1,8 +1,6 @@
// -*- rust -*-
use std;
import std::vec;
fn some_vec(x: int) -> vec[int] { ret []; }

View file

@ -1,8 +1,6 @@
// -*- rust -*-
use std;
import std::vec;
fn some_vec(x: int) -> vec[int] { ret []; }

View file

@ -7,7 +7,6 @@
use std;
import std::option;
import std::uint;
import std::vec;
// A 12-byte unit to send over the channel