Skip to content
Snippets Groups Projects
Commit d9bdd6e3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Comment out fstat

parent ac07b358
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ impl Scheme for FileScheme {
}
fn fstat(&self, id: usize, stat: &mut Stat) -> Result<usize> {
println!("Fstat {}, {:X}", id, stat as *mut Stat as usize);
// println!("Fstat {}, {:X}", id, stat as *mut Stat as usize);
if let Some(file) = self.files.get(&id) {
file.stat(stat)
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment