Skip to content

Commit

Permalink
Remove z_view_string_array_t definition (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Oct 11, 2024
1 parent 463c249 commit 281ef36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/zenoh-pico/api/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 281ef36

Please sign in to comment.