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/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)