diff options
Diffstat (limited to 'winsup/mingw/include')
-rw-r--r-- | winsup/mingw/include/dirent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/mingw/include/dirent.h b/winsup/mingw/include/dirent.h index 58c81ea34..a18cbcab9 100644 --- a/winsup/mingw/include/dirent.h +++ b/winsup/mingw/include/dirent.h @@ -73,7 +73,6 @@ struct _wdirent unsigned short d_reclen; /* Always zero. */ unsigned short d_namlen; /* Length of name in d_name. */ wchar_t d_name[FILENAME_MAX]; /* File name. */ - /* NOTE: The name in the dirent structure points to the name in the * wfinddata_t structure in the _WDIR. */ }; /* |