On Thu, Dec 05, 2019 at 12:25:17PM +0000, Alex Bennée wrote: > We already use g_pattern_match elsewhere so remove the duplication. > > Signed-off-by: Alex Bennée > --- > trace/control.c | 35 +---------------------------------- > 1 file changed, 1 insertion(+), 34 deletions(-) Is g_pattern_match() a superset of pattern_glob()? Existing patterns should continue to work. Stefan