Author: adrian.chadd
Date: Sat May 2 20:55:59 2009
New Revision: 14023
Modified:
branches/LUSCA_HEAD/tools/ufsdump.c
Log:
Remove the comment; my code actually does that now.
Modified: branches/LUSCA_HEAD/tools/ufsdump.c
==============================================================================
--- branches/LUSCA_HEAD/tools/ufsdump.c (original)
+++ branches/LUSCA_HEAD/tools/ufsdump.c Sat May 2 20:55:59 2009
@@ -216,11 +216,6 @@
continue;
}
- /* The store dir stuff really should verify that the
given file
- * exists where it is supposed to exist. It is also
plausible that
- * this could attempt to shuffle files around in case
users
- * wish to change L1/L2 configuration.. :)
- */
while ( (de = readdir(d)) != NULL) {
if (de->d_name[0] == '.')
continue;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---