Skip to content

Commit

Permalink
Backed out changeset e81bf7852eb2 (bug 1288308)
Browse files Browse the repository at this point in the history
  • Loading branch information
BavarianTomcat committed Nov 2, 2016
1 parent 5107a26 commit 92f6fb2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,067 deletions.
15 changes: 0 additions & 15 deletions netwerk/base/ShutdownLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ static PRDescIdentity sWinSockShutdownLayerIdentity;
static PRIOMethods sWinSockShutdownLayerMethods;
static PRIOMethods *sWinSockShutdownLayerMethodsPtr = nullptr;

namespace mozilla {
namespace net {

extern PRDescIdentity nsNamedPipeLayerIdentity;

} // namespace net
} // namespace mozilla


PRStatus
WinSockClose(PRFileDesc *aFd)
{
Expand Down Expand Up @@ -54,12 +45,6 @@ nsresult mozilla::net::AttachShutdownLayer(PRFileDesc *aFd)
sWinSockShutdownLayerMethodsPtr = &sWinSockShutdownLayerMethods;
}

if (PR_GetIdentitiesLayer(aFd, mozilla::net::nsNamedPipeLayerIdentity)) {
// Do not attach shutdown layer on named pipe layer,
// it is for PR_NSPR_IO_LAYER only.
return NS_OK;
}

PRFileDesc * layer;
PRStatus status;

Expand Down
5 changes: 0 additions & 5 deletions netwerk/socket/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ XPIDL_SOURCES += [

XPIDL_MODULE = 'necko_socket'

LOCAL_INCLUDES += [
'/netwerk/base',
]

UNIFIED_SOURCES += [
'nsSocketProviderService.cpp',
'nsSOCKSIOLayer.cpp',
Expand All @@ -30,7 +26,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'nsINamedPipeService.idl',
]
UNIFIED_SOURCES += [
'nsNamedPipeIOLayer.cpp',
'nsNamedPipeService.cpp'
]

Expand Down
Loading

0 comments on commit 92f6fb2

Please sign in to comment.