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 57d74d8  URL: remove undefined function declaration.
57d74d8 is described below

commit 57d74d8ae301ab6b1ccb0242f730618a4b84c4f8
Author: Alan M. Carroll <a...@apache.org>
AuthorDate: Tue Feb 12 15:38:02 2019 -0600

    URL: remove undefined function declaration.
---
 proxy/hdrs/URL.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/proxy/hdrs/URL.h b/proxy/hdrs/URL.h
index d1fa582..31abaa1 100644
--- a/proxy/hdrs/URL.h
+++ b/proxy/hdrs/URL.h
@@ -151,9 +151,6 @@ extern int URL_LEN_MMS;
 extern int URL_LEN_MMSU;
 extern int URL_LEN_MMST;
 
-/* Private */
-void url_adjust(MarshalXlate *str_xlate, int num_xlate);
-
 /* Public */
 bool validate_host_name(std::string_view addr);
 void url_init();

Reply via email to