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 4540f13 Remove dead header file ConfigParse.h
4540f13 is described below
commit 4540f1372a099279d89c6b8e644a8557868729d2
Author: James Peach <[email protected]>
AuthorDate: Mon Jun 27 22:42:30 2016 -0700
Remove dead header file ConfigParse.h
---
cmd/traffic_manager/AddConfigFilesHere.cc | 1 -
cmd/traffic_manager/Makefile.am | 1 -
proxy/ConfigParse.h | 41 -------------------------------
proxy/Makefile.am | 1 -
4 files changed, 44 deletions(-)
diff --git a/cmd/traffic_manager/AddConfigFilesHere.cc
b/cmd/traffic_manager/AddConfigFilesHere.cc
index a1fe662..5753540 100644
--- a/cmd/traffic_manager/AddConfigFilesHere.cc
+++ b/cmd/traffic_manager/AddConfigFilesHere.cc
@@ -23,7 +23,6 @@
#include "ts/ink_platform.h"
#include "MgmtUtils.h"
-#include "ConfigParse.h"
#include "ts/Diags.h"
#include "FileManager.h"
diff --git a/cmd/traffic_manager/Makefile.am b/cmd/traffic_manager/Makefile.am
index ec4e4b5..3fb5552 100644
--- a/cmd/traffic_manager/Makefile.am
+++ b/cmd/traffic_manager/Makefile.am
@@ -21,7 +21,6 @@ AM_CPPFLAGS = \
$(LUAJIT_CPPFLAGS) \
$(iocore_include_dirs) \
-I$(top_srcdir)/lib/records \
- -I$(top_srcdir)/proxy \
-I$(top_srcdir)/proxy/hdrs \
-I$(top_srcdir)/proxy/shared \
-I$(top_srcdir)/mgmt \
diff --git a/proxy/ConfigParse.h b/proxy/ConfigParse.h
deleted file mode 100644
index 04dc142..0000000
--- a/proxy/ConfigParse.h
+++ /dev/null
@@ -1,41 +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.
- */
-
-#ifndef _CONFIG_PARSE_H_
-#define _CONFIG_PARSE_H_
-
-/****************************************************************************
- *
- * ConfigParse.h - Prototype for parsing functions in libpreparse.a
- *
- *
- ****************************************************************************/
-
-char *parseStorageFile(FILE *fp);
-char *parseStorageFile(int fd);
-// char *SocksParser(FILE * fp);
-// char *SocksParser(int fd);
-char *parseRemapFile(FILE *fp);
-char *parseRemapFile(int fd);
-
-#endif
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index eb3ccc7..a5d40b8 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -57,7 +57,6 @@ AM_LDFLAGS = \
@OPENSSL_LDFLAGS@
noinst_HEADERS = \
- ConfigParse.h \
Show.h
# These are currently built separate, as part of building the lib/ tree, using
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].