From e899531cc7945a3af59dd05a24d758893d0f15cc Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Tue, 28 Nov 2023 17:36:33 +0100 Subject: [PATCH] fix: remove config token from header --- include/zenoh-pico/link/config/raweth.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/zenoh-pico/link/config/raweth.h b/include/zenoh-pico/link/config/raweth.h index 6682805ad..996261307 100644 --- a/include/zenoh-pico/link/config/raweth.h +++ b/include/zenoh-pico/link/config/raweth.h @@ -20,13 +20,9 @@ #include "zenoh-pico/config.h" #include "zenoh-pico/link/link.h" -#if Z_FEATURE_RAWETH_TRANSPORT == 1 - #define RAWETH_SCHEMA "reth" int8_t _z_endpoint_raweth_valid(_z_endpoint_t *endpoint); - int8_t _z_new_link_raweth(_z_link_t *zl, _z_endpoint_t endpoint); -#endif /* Z_FEATURE_RAWETH_TRANSPORT */ #endif /* ZENOH_PICO_LINK_CONFIG_RAWETH_H */