You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/20 23:11:17 UTC

[trafficserver] 21/28: TS-4315: Removing other unused macro

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit c5ecc148e63364c7d131bb33f23ed79b72ee5311
Author: Bryan Call <bc...@apache.org>
AuthorDate: Sun May 8 17:23:47 2016 -0700

    TS-4315: Removing other unused macro
    
    (cherry picked from commit 1124cdd9e324982b5bb75739432367d04a629e5e)
---
 iocore/eventsystem/I_Action.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iocore/eventsystem/I_Action.h b/iocore/eventsystem/I_Action.h
index 38fd549..2ef419d 100644
--- a/iocore/eventsystem/I_Action.h
+++ b/iocore/eventsystem/I_Action.h
@@ -204,6 +204,4 @@ public:
 
 #define MAKE_ACTION_RESULT(_x) (Action *)(((uintptr_t)((_x << 1) + 1)))
 
-#define IS_ACTION_RESULT(_x) ((((uintptr_t)_x) & 1) != 0)
-
 #endif /*_Action_h_*/

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.