Skip to content

Commit

Permalink
remove rust and rusti from driver.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnd committed Oct 19, 2013
1 parent 34a1e3d commit 8c5f584
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/driver/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ extern mod this(name = "rustpkg");
#[cfg(rustdoc)]
extern mod this(name = "rustdoc");

#[cfg(rusti)]
extern mod this(name = "rusti");

#[cfg(rust)]
extern mod this(name = "rust");

#[cfg(rustc)]
extern mod this(name = "rustc");

Expand Down

5 comments on commit 8c5f584

@bors
Copy link
Contributor

@bors bors commented on 8c5f584 Oct 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 8c5f584 Oct 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Heather/rust/driver-rs-cleanup-pullrequest = 8c5f584 into auto

@bors
Copy link
Contributor

@bors bors commented on 8c5f584 Oct 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heather/rust/driver-rs-cleanup-pullrequest = 8c5f584 merged ok, testing candidate = 310f7a5

@bors
Copy link
Contributor

@bors bors commented on 8c5f584 Oct 19, 2013

@bors
Copy link
Contributor

@bors bors commented on 8c5f584 Oct 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 310f7a5

Please sign in to comment.