From 281ef364a8e79b28da417acc47aedabf4e31d104 Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Fri, 11 Oct 2024 09:54:15 +0200 Subject: [PATCH] Remove z_view_string_array_t definition (#733) --- include/zenoh-pico/api/types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/zenoh-pico/api/types.h b/include/zenoh-pico/api/types.h index 7bf8f3eb3..0e6af1956 100644 --- a/include/zenoh-pico/api/types.h +++ b/include/zenoh-pico/api/types.h @@ -416,7 +416,6 @@ _Z_OWNED_TYPE_VALUE(_z_reply_t, reply) * Represents an array of non null-terminated string. */ _Z_OWNED_TYPE_VALUE(_z_string_svec_t, string_array) -_Z_VIEW_TYPE(_z_string_svec_t, string_array) typedef void (*z_dropper_handler_t)(void *arg); typedef _z_data_handler_t z_data_handler_t;