Windows: AFSClose remove dead code
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 9 May 2013 22:30:42 +0000 (18:30 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Sat, 11 May 2013 15:07:15 +0000 (08:07 -0700)
Change-Id: Ia844d7e01bcf7a04a7115416e83d45bf5319d739
Reviewed-on: http://gerrit.openafs.org/9889
Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/WINNT/afsrdr/kernel/lib/AFSClose.cpp

index 5fc49ad..e8c50fe 100644 (file)
@@ -538,24 +538,6 @@ AFSClose( IN PDEVICE_OBJECT LibDeviceObject,
                 stPipeClose.RootId = pObjectInfo->VolumeCB->ObjectInformation.FileId;
 
                 //
-                // Issue the open request to the service
-                //
-
-                /*
-                AFSProcessRequest( AFS_REQUEST_TYPE_PIPE_CLOSE,
-                                   AFS_REQUEST_FLAG_SYNCHRONOUS,
-                                   &pFcb->AuthGroup,
-                                   &pDirCB->NameInformation.FileName,
-                                   NULL,
-                                   NULL,
-                                   0,
-                                   (void *)&stPipeClose,
-                                   sizeof( AFSPipeOpenCloseRequestCB),
-                                   NULL,
-                                   NULL);
-                */
-
-                //
                 // Remove the Ccb and de-allocate it
                 //