Repository: trafficserver Updated Branches: refs/heads/master 1f7835bb8 -> 016e1b656
TS-4001: Removed forceLinkRegressionHPACK, not needed Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/016e1b65 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/016e1b65 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/016e1b65 Branch: refs/heads/master Commit: 016e1b656ece0d88a1fc150492e15af9cd9dcc94 Parents: 1f7835b Author: Bryan Call <[email protected]> Authored: Mon Nov 9 21:35:09 2015 -0800 Committer: Bryan Call <[email protected]> Committed: Mon Nov 9 21:35:09 2015 -0800 ---------------------------------------------------------------------- proxy/http2/HTTP2.cc | 7 ------- proxy/http2/RegressionHPACK.cc | 6 ------ 2 files changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/016e1b65/proxy/http2/HTTP2.cc ---------------------------------------------------------------------- diff --git a/proxy/http2/HTTP2.cc b/proxy/http2/HTTP2.cc index ce10d62..c35cc49 100644 --- a/proxy/http2/HTTP2.cc +++ b/proxy/http2/HTTP2.cc @@ -727,13 +727,6 @@ Http2::init() #if TS_HAS_TESTS -void forceLinkRegressionHPACK(); -void -forceLinkRegressionHPACKCaller() -{ - forceLinkRegressionHPACK(); -} - #include "ts/TestBox.h" /*********************************************************************************** http://git-wip-us.apache.org/repos/asf/trafficserver/blob/016e1b65/proxy/http2/RegressionHPACK.cc ---------------------------------------------------------------------- diff --git a/proxy/http2/RegressionHPACK.cc b/proxy/http2/RegressionHPACK.cc index f4e8da8..f341567 100644 --- a/proxy/http2/RegressionHPACK.cc +++ b/proxy/http2/RegressionHPACK.cc @@ -408,9 +408,3 @@ REGRESSION_TEST(HPACK_Decode)(RegressionTest *t, int, int *pstatus) } } } - -void -forceLinkRegressionHPACK() -{ - // NOTE: Do Nothing -}
