diff options
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h index ec47f205d11..bdc3c6b59ad 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -217,10 +217,6 @@ CLIB_MARCH_SFX (node##_multiarch_register) (void) \ } \ uword CLIB_CPU_OPTIMIZED CLIB_MARCH_SFX (node##_fn) - -/* FIXME to be removed */ -#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn) - always_inline vlib_node_registration_t * vlib_node_next_registered (vlib_node_registration_t * c) { |