You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/10/05 14:11:58 UTC

svn commit: r1529440 - /httpd/httpd/trunk/CMakeLists.txt

Author: trawick
Date: Sat Oct  5 12:11:58 2013
New Revision: 1529440

URL: http://svn.apache.org/r1529440
Log:
skiplist is gone

Modified:
    httpd/httpd/trunk/CMakeLists.txt

Modified: httpd/httpd/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CMakeLists.txt?rev=1529440&r1=1529439&r2=1529440&view=diff
==============================================================================
--- httpd/httpd/trunk/CMakeLists.txt (original)
+++ httpd/httpd/trunk/CMakeLists.txt Sat Oct  5 12:11:58 2013
@@ -550,7 +550,6 @@ SET(LIBHTTPD_SOURCES
   server/provider.c
   server/request.c
   server/scoreboard.c
-  server/skiplist.c
   server/util.c
   server/util_cfgtree.c
   server/util_cookies.c