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

acanary 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 2328337  Cleanup: Remove empty function
     new 214adcf  Merge pull request #6360 from masaori335/httpsm-cleanup-1
2328337 is described below

commit 2328337308266c890497ed14d89583a4801e541d
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Tue Jan 28 13:12:29 2020 +0900

    Cleanup: Remove empty function
---
 proxy/http/HttpSM.cc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index c03bd23..9d20c79 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -7620,13 +7620,6 @@ HttpSM::set_next_state()
 }
 
 void
-clear_http_handler_times()
-{
-}
-
-// YTS Team, yamsat Plugin
-
-void
 HttpSM::do_redirect()
 {
   SMDebug("http_redirect", "[HttpSM::do_redirect]");

Reply via email to