This is an automated email from the ASF dual-hosted git repository.
maskit 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 0d7a530 Remove a redundant access specifier
0d7a530 is described below
commit 0d7a5309181d69596b2cd721a954effc18e04fd4
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Jun 6 10:23:38 2017 +0900
Remove a redundant access specifier
---
proxy/ProxyClientTransaction.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxy/ProxyClientTransaction.h b/proxy/ProxyClientTransaction.h
index b5735f8..7583f2e 100644
--- a/proxy/ProxyClientTransaction.h
+++ b/proxy/ProxyClientTransaction.h
@@ -256,7 +256,6 @@ public:
}
protected:
-protected:
ProxyClientSession *parent;
HttpSM *current_reader;
IOBufferReader *sm_reader;
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].