This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new a8c5898c3 CMake: clean up dead references to IpMapConf (#9538)
a8c5898c3 is described below

commit a8c5898c3d4df4665f8b4d11200c3cec1451169f
Author: Alan M. Carroll <[email protected]>
AuthorDate: Mon Mar 20 09:29:09 2023 -0500

    CMake: clean up dead references to IpMapConf (#9538)
---
 src/tscore/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/tscore/CMakeLists.txt b/src/tscore/CMakeLists.txt
index 8ab2f393f..ff7acdfbe 100644
--- a/src/tscore/CMakeLists.txt
+++ b/src/tscore/CMakeLists.txt
@@ -30,6 +30,7 @@ add_custom_command(
 add_custom_target(ParseRules ALL DEPENDS ParseRulesCType 
ParseRulesCTypeToUpper ParseRulesCTypeToLower)
 
 add_library(tscore SHARED
+        AcidPtr.cc
         AcidPtr.cc
         Arena.cc
         ArgParser.cc
@@ -49,8 +50,6 @@ add_library(tscore SHARED
         HashSip.cc
         HostLookup.cc
         InkErrno.cc
-        IpMap.cc
-        IpMapConf.cc
         JeMiAllocator.cc
         Layout.cc
         LogMessage.cc

Reply via email to