pidgin/pidgin

4d22ff23a3b7
Fix a dead assignment that scanbuild found

Testing Done:
ran scanbuild and verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/1066/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif