rcuja: add data structures for rcu_ja and shadow nodes
[urcu.git] / rcuja / rcuja.c
index b164b96a48ca5d19507c67b2df812769ede423ed..6d815e2009d76916bc0491d9cee1f7fc03a3d1b7 100644 (file)
@@ -183,9 +183,6 @@ void static_array_size_check(void)
        CAA_BUILD_BUG_ON(CAA_ARRAY_SIZE(ja_types) > JA_TYPE_MAX_NR);
 }
 
-/* Never declared. Opaque type used to store flagged node pointers. */
-struct rcu_ja_node_flag;
-
 /*
  * The rcu_ja_node contains the compressed node data needed for
  * read-side. For linear and pool node configurations, it starts with a
This page took 0.022176 seconds and 4 git commands to generate.