tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e280f32c010764b7b1dfbabfe32386b06615b7ed

commit e280f32c010764b7b1dfbabfe32386b06615b7ed
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Mar 11 15:58:43 2014 +0000

    Eo: removed redundant macro.
---
 src/lib/eo/eo.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 7d16b68..39b5abf 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -39,8 +39,6 @@ static const Eo_Op_Description *_eo_op_id_desc_get(Eo_Op op);
 #define DICH_CHAIN_LAST(x) ((x) & ((1 << DICH_CHAIN_LAST_BITS) - 1))
 
 
-#define OP_CLASS_OFFSET_GET(x) (((x) >> EO_OP_CLASS_OFFSET) & 0xffff)
-
 /* We are substracting the mask here instead of "AND"ing because it's a hot 
path,
  * it should be a valid class at this point, and this lets the compiler do 1
  * substraction at compile time. */

-- 


Reply via email to