From cae22334fa6bc395ccc421b09e0af94c89297c41 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 15 Jan 2010 10:16:25 -0500 Subject: Remove dead assignments found by clang. --- plugins/pst-import/pst-importer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/pst-import/pst-importer.c') diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index f89b2da5ad..9662caca1e 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -1472,10 +1472,9 @@ pst_process_task (PstImporter *m, pst_item *item) static void pst_process_journal (PstImporter *m, pst_item *item) { - struct pst_item_journal *j; ECalComponent *ec; - j = item->journal; + /*j = item->journal;*/ ec = e_cal_component_new (); e_cal_component_set_new_vtype (ec, E_CAL_COMPONENT_JOURNAL); -- cgit v1.2.3