about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/os.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs
index a7d4bc9140b..41acd050a50 100644
--- a/src/libstd/os.rs
+++ b/src/libstd/os.rs
@@ -546,12 +546,6 @@ pub fn self_exe_path() -> Option<Path> {
     load_self().and_then(|path| Path::new_opt(path).map(|mut p| { p.pop(); p }))
 }
 
-
-/**
- * Returns the path to the user's home directory, if known.
-}
-
-
 /**
  * Returns the path to the user's home directory, if known.
  *