]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
adjust per r1855434
authorGregg Lewis Smith <gsmith@apache.org>
Thu, 14 Mar 2019 03:46:13 +0000 (03:46 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Thu, 14 Mar 2019 03:46:13 +0000 (03:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855479 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_http2.dep
modules/http2/mod_http2.dsp
modules/http2/mod_http2.mak

index 52f2286e26f4040d345b4adb05140735fd2e2647..25c0ede3bdbf87d0402f621e18ff1df4f719efc1 100644 (file)
        ".\h2_ctx.h"\
        ".\h2_h2.h"\
        ".\h2_mplx.h"\
-       ".\h2_ngn_shed.h"\
        ".\h2_private.h"\
        ".\h2_request.h"\
        ".\h2_stream.h"\
        ".\h2_ctx.h"\
        ".\h2_h2.h"\
        ".\h2_mplx.h"\
-       ".\h2_ngn_shed.h"\
        ".\h2_private.h"\
        ".\h2_request.h"\
        ".\h2_task.h"\
index d1c43222324902763d8216de012641f120fa5682..b18636d63a19e9137efded68f6c48b4a4a21ef91 100644 (file)
@@ -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
index 10ae8876d00dcb71648030a4016081594be0076e..26611c72c102ba03e80a51a7fb65dc65fddbc4fa 100644 (file)
@@ -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)"