Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #48 from mmoadeli/MAID-1053
Browse files Browse the repository at this point in the history
Removes PublicAnMaid: Maid 1053
  • Loading branch information
dirvine committed May 25, 2015
2 parents 443382f + a1ee947 commit 44591dd
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 501 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maidsafe_types"
version = "0.1.3"
version = "0.1.4"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Types for maidsafe clients and vaults."
documentation = "http://dirvine.github.io/maidsafe_types/"
Expand Down
12 changes: 3 additions & 9 deletions src/id/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// KIND, either express or implied.
//
// Please review the Licences for the specific language governing permissions and limitations
// relating to use of the SAFE Network Software.
// relating to use of the SAFE Network Software.

/// AnMaid
pub mod an_maid;
Expand All @@ -24,19 +24,13 @@ pub mod maid;
/// Mpid
pub mod mpid;
/// PublicMaid
pub mod public_maid;
/// PublicMpid
pub mod public_mpid;
/// PublicAnMaid
pub mod public_an_maid;
pub mod public_id_type;

pub use self::an_maid::*;
pub use self::an_mpid::*;
pub use self::maid::*;
pub use self::mpid::*;
pub use self::public_maid::*;
pub use self::public_mpid::*;
pub use self::public_an_maid::*;
pub use self::public_id_type::*;
#[test]
fn dummy() {
}
187 changes: 0 additions & 187 deletions src/id/public_an_maid.rs

This file was deleted.

Loading

0 comments on commit 44591dd

Please sign in to comment.