[newlib-cygwin/main] Cygwin: fcwd_access_t::SetVersionFromPointer: drop declaration
Corinna Vinschen
corinna@sourceware.org
Mon Dec 2 15:28:58 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b99742712e6e6a2defda5beeff378d76a46862d5
commit b99742712e6e6a2defda5beeff378d76a46862d5
Author: Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Fri Nov 29 11:07:00 2024 +0100
Commit: Corinna Vinschen <corinna@vinschen.de>
CommitDate: Fri Nov 29 11:07:12 2024 +0100
Cygwin: fcwd_access_t::SetVersionFromPointer: drop declaration
This method has been removed when we stopped supporting older Windows
versions and only one supported FAST_CWD structure remained. Belatedly
drop the declaration as well.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diff:
---
winsup/cygwin/local_includes/cygheap.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/winsup/cygwin/local_includes/cygheap.h b/winsup/cygwin/local_includes/cygheap.h
index 9edd61c28abd..fed87ec2b69e 100644
--- a/winsup/cygwin/local_includes/cygheap.h
+++ b/winsup/cygwin/local_includes/cygheap.h
@@ -222,7 +222,6 @@ public:
void Free (PVOID heap);
void FillIn (HANDLE dir, PUNICODE_STRING name, ULONG old_dismount_count);
static void SetDirHandleFromBufferPointer (PWCHAR buf_p, HANDLE dir);
- static void SetVersionFromPointer (PBYTE buf_p, bool is_buffer);
};
class cwdstuff
More information about the Cygwin-cvs
mailing list