From aa999694ec32cda77122570fed398fd427d92221 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Mon, 21 Dec 2015 12:01:07 -0500 Subject: [PATCH] Bug 1234251 - Remove HttpChannelChild::mSynthesizedResponseHead; r=jdm --- netwerk/protocol/http/HttpChannelChild.h | 1 - 1 file changed, 1 deletion(-) diff --git a/netwerk/protocol/http/HttpChannelChild.h b/netwerk/protocol/http/HttpChannelChild.h index 075ddb29c472..8e08e9581beb 100644 --- a/netwerk/protocol/http/HttpChannelChild.h +++ b/netwerk/protocol/http/HttpChannelChild.h @@ -183,7 +183,6 @@ private: nsCOMPtr mRedirectChannelChild; RefPtr mInterceptListener; RefPtr mSynthesizedResponsePump; - nsAutoPtr mSynthesizedResponseHead; nsCOMPtr mSynthesizedInput; int64_t mSynthesizedStreamLength;