aboutsummaryrefslogtreecommitdiff
path: root/src/system/ffi/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/ffi/mod.rs')
-rw-r--r--src/system/ffi/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/system/ffi/mod.rs b/src/system/ffi/mod.rs
deleted file mode 100644
index d4ed3a7..0000000
--- a/src/system/ffi/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub use self::c_str::{CString, CStr};
-pub use self::os_str::{OsString, OsStr};
-
-mod c_str;
-mod os_str;