diff --git a/libbbf_api/dmbbf.c b/libbbf_api/dmbbf.c index b598fa68..6f6913b7 100644 --- a/libbbf_api/dmbbf.c +++ b/libbbf_api/dmbbf.c @@ -1093,8 +1093,6 @@ static char *get_default_value_by_type(int type) case DMT_LONG: case DMT_BOOL: return "0"; - case DMT_HEXBIN: - return "00"; case DMT_BASE64: return "AA=="; // base64 encoded hex value 00 case DMT_TIME: