Cygwin: dll_list: drop unused read_fbi method

This commit is contained in:
Michael Haubenwallner
2019-05-02 10:05:25 +02:00
committed by Ken Brown
parent 4ac32559c0
commit b6ebca61e3
2 changed files with 0 additions and 24 deletions

View File

@ -119,7 +119,6 @@ public:
ULONG openopts = 0, ACCESS_MASK access = 0,
HANDLE rootDir = NULL);
static bool read_fii (HANDLE fh, PFILE_INTERNAL_INFORMATION pfii);
static bool read_fbi (HANDLE fh, PFILE_BASIC_INFORMATION pfbi);
static PWCHAR form_ntname (PWCHAR ntbuf, size_t bufsize, PCWCHAR name);
static PWCHAR form_shortname (PWCHAR shortbuf, size_t bufsize, PCWCHAR name);
static PWCHAR nt_max_path_buf ()