Get rid of file system "dump" operations because they weren't useful
[pintos-anon] / src / filesys / directory.h
index db168672b10b8672f6074567a59ce4f49cb18a11..c773887b6b57e920d59e7ddadf50502c7cf8fe30 100644 (file)
@@ -21,6 +21,5 @@ bool dir_lookup (const struct dir *, const char *name, disk_sector_t *);
 bool dir_add (struct dir *, const char *name, disk_sector_t);
 bool dir_remove (struct dir *, const char *name);
 void dir_list (const struct dir *);
-void dir_dump (const struct dir *);
 
 #endif /* filesys/directory.h */