Remove check_col() guard
[metze/wireshark/wip.git] / plugins / docsis / packet-dcd.c
index ad290649873a5ece47743da0d871daa94ef516c1..987dd026c7611483bd58d344a52f01359d918561 100644 (file)
@@ -513,10 +513,7 @@ dissect_dcd (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
 
   len = tvb_length_remaining (tvb, 0);
 
-  if (check_col (pinfo->cinfo, COL_INFO))
-    {
-      col_set_str(pinfo->cinfo, COL_INFO, "DCD Message: ");
-    }
+  col_set_str(pinfo->cinfo, COL_INFO, "DCD Message: ");
 
   if (tree)
     {