This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Cygwin: remove outdated comment


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=984c8beeffa912833409400fffdbfac16dd7a731

commit 984c8beeffa912833409400fffdbfac16dd7a731
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Mar 2 18:22:45 2018 +0100

    Cygwin: remove outdated comment
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler_socket_unix.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/winsup/cygwin/fhandler_socket_unix.cc b/winsup/cygwin/fhandler_socket_unix.cc
index 359593c..e865f9e 100644
--- a/winsup/cygwin/fhandler_socket_unix.cc
+++ b/winsup/cygwin/fhandler_socket_unix.cc
@@ -270,7 +270,6 @@ int
 fhandler_socket_unix::open_reparse_point (sun_name_t *sun,
 					  PUNICODE_STRING pipe_name)
 {
-  /* TODO: Open reparse point and fetch type and pipe name */
   NTSTATUS status;
   HANDLE fh;
   OBJECT_ATTRIBUTES attr;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]