diff options
Diffstat (limited to 'src/lib/eo/eo_ptr_indirection.c')
-rw-r--r-- | src/lib/eo/eo_ptr_indirection.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/eo/eo_ptr_indirection.c b/src/lib/eo/eo_ptr_indirection.c index 9d7031e1e1..86ad204666 100644 --- a/src/lib/eo/eo_ptr_indirection.c +++ b/src/lib/eo/eo_ptr_indirection.c | |||
@@ -203,14 +203,3 @@ err: | |||
203 | return (_Eo_Object *) obj_id; | 203 | return (_Eo_Object *) obj_id; |
204 | #endif | 204 | #endif |
205 | } | 205 | } |
206 | |||
207 | void | ||
208 | _eo_obj_pointer_done(const Eo_Id obj_id) | ||
209 | { | ||
210 | #ifdef HAVE_EO_ID | ||
211 | Efl_Id_Domain domain = (obj_id >> SHIFT_DOMAIN) & MASK_DOMAIN; | ||
212 | if (EINA_LIKELY(domain != EFL_ID_DOMAIN_SHARED)) return; | ||
213 | eina_lock_release(&(_eo_table_data_shared_data->obj_lock)); | ||
214 | #endif | ||
215 | (void)obj_id; | ||
216 | } | ||