aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs24
1 files changed, 0 insertions, 24 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 5ace3bd90e8..234fba05361 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -21,27 +21,3 @@ extern crate io_surface;
pub mod compositor_msg;
pub mod constellation_msg;
-
-pub mod platform {
- #[cfg(target_os="macos")]
- pub mod macos {
- #[cfg(target_os="macos")]
- pub mod surface;
- }
-
- #[cfg(target_os="linux")]
- pub mod linux {
- #[cfg(target_os="linux")]
- pub mod surface;
- }
-
- #[cfg(target_os="android")]
- pub mod android {
- #[cfg(target_os="android")]
- pub mod surface;
- }
-
-
- pub mod surface;
-}
-