about summary refs log tree commit diff
path: root/src/libstd/sys/unix/alloc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/unix/alloc.rs')
-rw-r--r--src/libstd/sys/unix/alloc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/unix/alloc.rs b/src/libstd/sys/unix/alloc.rs
index f47dc92d2de..cf4900b4894 100644
--- a/src/libstd/sys/unix/alloc.rs
+++ b/src/libstd/sys/unix/alloc.rs
@@ -53,7 +53,6 @@ unsafe impl GlobalAlloc for System {
 }
 
 #[cfg(any(target_os = "android",
-          target_os = "hermit",
           target_os = "redox",
           target_os = "solaris"))]
 #[inline]
@@ -79,7 +78,6 @@ unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 {
 }
 
 #[cfg(not(any(target_os = "android",
-              target_os = "hermit",
               target_os = "redox",
               target_os = "solaris")))]
 #[inline]