From 47ffb9c70d271817ba4603fa61d83a1d723db612 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 9 Sep 2022 13:41:01 -0500 Subject: [PATCH] Make a change to trigger CI (#1686) --- src/mesh/mesh-pb-constants.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/mesh-pb-constants.cpp b/src/mesh/mesh-pb-constants.cpp index 6b9fc4986..b2b99644c 100644 --- a/src/mesh/mesh-pb-constants.cpp +++ b/src/mesh/mesh-pb-constants.cpp @@ -10,7 +10,6 @@ /// returns the encoded packet size size_t pb_encode_to_bytes(uint8_t *destbuf, size_t destbufsize, const pb_msgdesc_t *fields, const void *src_struct) { - pb_ostream_t stream = pb_ostream_from_buffer(destbuf, destbufsize); if (!pb_encode(&stream, fields, src_struct)) { DEBUG_MSG("Panic: can't encode protobuf reason='%s'\n", PB_GET_ERROR(&stream));