Remove leftover FIXME comment

This commit is contained in:
Paolo Borelli 2017-02-26 10:39:35 +01:00
parent 56f4709945
commit 7c114269d7

View File

@ -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,