Removed nonsensical comment.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1531 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-02-10 21:06:43 +00:00
parent d5fa7064f6
commit 09e5811bf2
-3
View File
@@ -633,9 +633,6 @@ stdio_EntriesIterator_new(DIR *dirHandle) {
// of the maximum length d_name field (NAME_MAX plus 1 for
// the '\0').
// XXX: Could this give problems with weird alignments?
// Note that the standard doesn't say d_name has to be
// the last field in the struct, though on all platforms
// I know of, it is.
result->direntBuffer = uio_malloc(bufferSize);
return result;
}