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  830997a   Remove unused RefCounter class.
830997a is described below

commit 830997ad8c7e1097f6d8239710530cbdebc30ce4
Author: James Peach <[email protected]>
AuthorDate: Fri Jul 29 14:03:59 2016 +1000

    Remove unused RefCounter class.
---
 proxy/logging/LogObject.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/proxy/logging/LogObject.h b/proxy/logging/LogObject.h
index f8016a1..726e42e 100644
--- a/proxy/logging/LogObject.h
+++ b/proxy/logging/LogObject.h
@@ -331,18 +331,6 @@ public:
 };
 
 /*-------------------------------------------------------------------------
-  RefCounter
-  -------------------------------------------------------------------------*/
-class RefCounter
-{
-public:
-  RefCounter(int *count) : m_count(count) { ink_atomic_increment(m_count, 1); }
-  ~RefCounter() { ink_atomic_increment(m_count, -1); }
-private:
-  int *m_count;
-};
-
-/*-------------------------------------------------------------------------
   LogObjectManager
 
   A log object manager keeps track of log objects and is responsible for

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to