Skip to content

all: avoid useless use of NM_IN_STRSET()

Lubomir Rintel requested to merge lr/strset into main

Sometimes NM_IN_STRSET() is used for comparing two strings. This hampers readability, making it look like the argument, if it's a macro, expands to multiple values.

Other than that it's just odd and useless.

Merge request reports

Loading