]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removing no longer existing h2 source file from cmake.
authorStefan Eissing <icing@apache.org>
Thu, 4 Apr 2019 10:04:52 +0000 (10:04 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 4 Apr 2019 10:04:52 +0000 (10:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1856910 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index e630d112d0faf4b35cd8ac8e1c4ff3fbb0dc8f1a..73bce70f605c0a48e7b79cac6fdf46fd6fc67665 100644 (file)
@@ -458,7 +458,7 @@ SET(mod_http2_extra_sources
   modules/http2/h2_mplx.c            modules/http2/h2_push.c
   modules/http2/h2_request.c         modules/http2/h2_headers.c
   modules/http2/h2_session.c         modules/http2/h2_stream.c 
-  modules/http2/h2_switch.c          modules/http2/h2_ngn_shed.c 
+  modules/http2/h2_switch.c
   modules/http2/h2_task.c            modules/http2/h2_util.c
   modules/http2/h2_workers.c
 )