diff options
Diffstat (limited to 'src/librustpkg/conditions.rs')
| -rw-r--r-- | src/librustpkg/conditions.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/librustpkg/conditions.rs b/src/librustpkg/conditions.rs index 02817fd91e5..023bba15f97 100644 --- a/src/librustpkg/conditions.rs +++ b/src/librustpkg/conditions.rs @@ -20,22 +20,10 @@ condition! { } condition! { - pub bad_stat: (Path, ~str) -> FileStat; -} - -condition! { - pub bad_kind: (~str) -> (); -} - -condition! { pub nonexistent_package: (PkgId, ~str) -> Path; } condition! { - pub copy_failed: (Path, Path) -> (); -} - -condition! { pub missing_pkg_files: (PkgId) -> (); } @@ -44,10 +32,6 @@ condition! { } condition! { - pub no_rust_path: (~str) -> Path; -} - -condition! { pub failed_to_create_temp_dir: (~str) -> Path; } |
