From 7c114269d76a044b53a302ed2e190dde1f54fd10 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Sun, 26 Feb 2017 10:39:35 +0100 Subject: [PATCH] Remove leftover FIXME comment --- protobuf-c/protobuf-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c/protobuf-c.c b/protobuf-c/protobuf-c.c index 1606272..39819b4 100644 --- a/protobuf-c/protobuf-c.c +++ b/protobuf-c/protobuf-c.c @@ -2165,7 +2165,7 @@ merge_messages(ProtobufCMessage *earlier_msg, *p_earlier = 0; } } else if (fields[i].label == PROTOBUF_C_LABEL_OPTIONAL || - fields[i].label == PROTOBUF_C_LABEL_NONE) { // FIXME to check + fields[i].label == PROTOBUF_C_LABEL_NONE) { const ProtobufCFieldDescriptor *field; uint32_t *earlier_case_p = STRUCT_MEMBER_PTR(uint32_t, earlier_msg,