ofproto-dpif: Ditch SLOW_MATCH slow path reason.
[sliver-openvswitch.git] / lib / odp-util.c
index 5bf94fe..aa50333 100644 (file)
@@ -187,8 +187,6 @@ slow_path_reason_to_string(uint32_t data)
         return "bfd";
     case SLOW_CONTROLLER:
         return "controller";
-    case SLOW_MATCH:
-        return "match";
     default:
         return NULL;
     }