From 4f0fbfb4a21040eebd29daafc225529d997308b4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 22 Jan 2004 16:25:23 +0000 Subject: remove useless e_mkdir_hier call. 2004-01-22 JP Rosevear * gui/migration.c (process_old_dir): remove useless e_mkdir_hier call. Fixes #53065 svn path=/trunk/; revision=24366 --- calendar/gui/migration.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 599fea59b6..c91f356261 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -129,13 +129,6 @@ process_old_dir (ESourceGroup *source_group, const char *path, if (!from) return FALSE; - s = g_build_filename (e_source_group_peek_base_uri (source_group), base_uri, - filename, NULL); - if (e_mkdir_hier (s, 0700) != 0) { - gnome_vfs_uri_unref (from); - g_free (s); - return FALSE; - } to = gnome_vfs_uri_new (s); g_free (s); if (!to) { -- cgit v1.2.3