From cvs-return-65225-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Thu Mar 14 03:46:16 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E79F018064A for ; Thu, 14 Mar 2019 04:46:15 +0100 (CET) Received: (qmail 39777 invoked by uid 500); 14 Mar 2019 03:46:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 39768 invoked by uid 99); 14 Mar 2019 03:46:14 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2019 03:46:14 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F21A33A04F7 for ; Thu, 14 Mar 2019 03:46:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1855479 - in /httpd/httpd/branches/2.4.x/modules/http2: mod_http2.dep mod_http2.dsp mod_http2.mak Date: Thu, 14 Mar 2019 03:46:13 -0000 To: cvs@httpd.apache.org From: gsmith@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190314034613.F21A33A04F7@svn01-us-west.apache.org> Author: gsmith Date: Thu Mar 14 03:46:13 2019 New Revision: 1855479 URL: http://svn.apache.org/viewvc?rev=1855479&view=rev Log: adjust per r1855434 Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep?rev=1855479&r1=1855478&r2=1855479&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep (original) +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep Thu Mar 14 03:46:13 2019 @@ -694,7 +694,6 @@ ".\h2_ctx.h"\ ".\h2_h2.h"\ ".\h2_mplx.h"\ - ".\h2_ngn_shed.h"\ ".\h2_private.h"\ ".\h2_request.h"\ ".\h2_stream.h"\ @@ -754,7 +753,6 @@ ".\h2_ctx.h"\ ".\h2_h2.h"\ ".\h2_mplx.h"\ - ".\h2_ngn_shed.h"\ ".\h2_private.h"\ ".\h2_request.h"\ ".\h2_task.h"\ Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp?rev=1855479&r1=1855478&r2=1855479&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp (original) +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp Thu Mar 14 03:46:13 2019 @@ -145,10 +145,6 @@ SOURCE=./h2_mplx.c # End Source File # Begin Source File -SOURCE=./h2_ngn_shed.c -# End Source File -# Begin Source File - SOURCE=./h2_push.c # End Source File # Begin Source File Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak?rev=1855479&r1=1855478&r2=1855479&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak (original) +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak Thu Mar 14 03:46:13 2019 @@ -61,7 +61,6 @@ CLEAN : -@erase "$(INTDIR)\h2_h2.obj" -@erase "$(INTDIR)\h2_headers.obj" -@erase "$(INTDIR)\h2_mplx.obj" - -@erase "$(INTDIR)\h2_ngn_shed.obj" -@erase "$(INTDIR)\h2_push.obj" -@erase "$(INTDIR)\h2_request.obj" -@erase "$(INTDIR)\h2_session.obj" @@ -138,7 +137,6 @@ LINK32_OBJS= \ "$(INTDIR)\h2_h2.obj" \ "$(INTDIR)\h2_headers.obj" \ "$(INTDIR)\h2_mplx.obj" \ - "$(INTDIR)\h2_ngn_shed.obj" \ "$(INTDIR)\h2_push.obj" \ "$(INTDIR)\h2_request.obj" \ "$(INTDIR)\h2_session.obj" \ @@ -207,7 +205,6 @@ CLEAN : -@erase "$(INTDIR)\h2_h2.obj" -@erase "$(INTDIR)\h2_headers.obj" -@erase "$(INTDIR)\h2_mplx.obj" - -@erase "$(INTDIR)\h2_ngn_shed.obj" -@erase "$(INTDIR)\h2_push.obj" -@erase "$(INTDIR)\h2_request.obj" -@erase "$(INTDIR)\h2_session.obj" @@ -284,7 +281,6 @@ LINK32_OBJS= \ "$(INTDIR)\h2_h2.obj" \ "$(INTDIR)\h2_headers.obj" \ "$(INTDIR)\h2_mplx.obj" \ - "$(INTDIR)\h2_ngn_shed.obj" \ "$(INTDIR)\h2_push.obj" \ "$(INTDIR)\h2_request.obj" \ "$(INTDIR)\h2_session.obj" \ @@ -469,11 +465,6 @@ SOURCE=./h2_mplx.c "$(INTDIR)\h2_mplx.obj" : $(SOURCE) "$(INTDIR)" -SOURCE=./h2_ngn_shed.c - -"$(INTDIR)\h2_ngn_shed.obj" : $(SOURCE) "$(INTDIR)" - - SOURCE=./h2_push.c "$(INTDIR)\h2_push.obj" : $(SOURCE) "$(INTDIR)"