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 5e482e70d Remove unused IpMap include. (#9532)
5e482e70d is described below
commit 5e482e70dc2159e562b75b5f882b6de50e0b77c7
Author: Alan M. Carroll <[email protected]>
AuthorDate: Sat Mar 18 09:28:26 2023 -0500
Remove unused IpMap include. (#9532)
---
iocore/net/I_NetVConnection.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/iocore/net/I_NetVConnection.h b/iocore/net/I_NetVConnection.h
index 9eafde48c..6935099ed 100644
--- a/iocore/net/I_NetVConnection.h
+++ b/iocore/net/I_NetVConnection.h
@@ -39,7 +39,6 @@
#include "ts/apidefs.h"
#include "YamlSNIConfig.h"
#include "tscpp/util/TextView.h"
-#include "tscore/IpMap.h"
#define CONNECT_SUCCESS 1
#define CONNECT_FAILURE 0