Remove rcu_publish_content()
[urcu.git] / urcu-pointer.c
index 1461c60f367b032276db9b301bf57e93488a063b..93d49875d6226fcaf18ec4aba147c28994ad6f0d 100644 (file)
@@ -52,12 +52,3 @@ void *rcu_cmpxchg_pointer_sym(void **p, void *old, void *_new)
        wmb();
        return uatomic_cmpxchg(p, old, _new);
 }
-
-void *rcu_publish_content_sym(void **p, void *v)
-{
-       void *oldptr;
-
-       oldptr = _rcu_xchg_pointer(p, v);
-       synchronize_rcu();
-       return oldptr;
-}
This page took 0.024206 seconds and 4 git commands to generate.