sysprof: remove redundant NULL check

This commit is contained in:
Sudhakar Verma
2024-07-26 15:52:33 +05:30
parent e3f1936157
commit 7780f3c786

View File

@ -92,9 +92,6 @@ flags_to_string (GType type,
if (!(flags_class = g_type_class_ref (type)))
return NULL;
if (flags_class == NULL)
return NULL;
str = g_string_new (NULL);
while ((str->len == 0 || value != 0) &&