This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 04cedfd Remove unused HttpTransStats.h.
04cedfd is described below
commit 04cedfd4053307b5185edeee82e343a71d866f6b
Author: James Peach <[email protected]>
AuthorDate: Thu Jun 30 16:35:24 2016 -0700
Remove unused HttpTransStats.h.
---
proxy/HttpTransStats.h | 26 --------------------------
proxy/Makefile.am | 1 -
proxy/http/HttpConfig.h | 2 +-
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/proxy/HttpTransStats.h b/proxy/HttpTransStats.h
deleted file mode 100644
index 3452f74..0000000
--- a/proxy/HttpTransStats.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/** @file
-
- A brief file description
-
- @section license License
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
-
-_HEADER
-//
-_FOOTER
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 53bbcf8..1e75378 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -143,7 +143,6 @@ traffic_server_SOURCES = \
Crash.cc \
EventName.cc \
FetchSM.cc \
- HttpTransStats.h \
ICP.cc \
ICP.h \
ICPConfig.cc \
diff --git a/proxy/http/HttpConfig.h b/proxy/http/HttpConfig.h
index ae68016..2a0a7de 100644
--- a/proxy/http/HttpConfig.h
+++ b/proxy/http/HttpConfig.h
@@ -82,7 +82,7 @@ enum {
http_transactions_per_client_con,
http_transactions_per_server_con,
- // Transactional stats (originally in proxy/HttpTransStats.h)
+ // Transactional stats
http_incoming_requests_stat,
http_outgoing_requests_stat,
http_incoming_responses_stat,
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].