pidgin/pidgin

Remove redundant declarations

2019-11-04, qarkai
fba68437a08a
Remove redundant declarations
foreach prog : ['caps', 'digest_md5', 'scram', 'jutil']
e = executable(
'test_jabber_' + prog, 'test_jabber_@0@.c'.format(prog),
link_with : [jabber_prpl],
dependencies : [libxml, libpurple_dep, libsoup, glib])
test('jabber_' + prog, e)
endforeach