Get rid of file system "dump" operations because they weren't useful
[pintos-anon] / src / filesys / filesys.h
index 9563fbb37e2926a255d4256db8b268666e0a3870..064c5772bce39becfaeb3d0bf9eef8f5d37b0dc6 100644 (file)
@@ -17,7 +17,6 @@ bool filesys_create (const char *name, off_t initial_size);
 struct file *filesys_open (const char *name);
 bool filesys_remove (const char *name);
 bool filesys_list (void);
-bool filesys_dump (void);
 
 void filesys_self_test (void);