mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 03:34:05 +02:00
GLocalFile: Delete redundant error saving statement
This commit is contained in:
committed by
Philip Withnall
parent
f0bc060e89
commit
333e9fc0ba
@@ -2236,8 +2236,6 @@ g_local_file_trash (GFile *file,
|
||||
|
||||
if (fd == -1)
|
||||
{
|
||||
errsv = errno;
|
||||
|
||||
g_free (filesdir);
|
||||
g_free (topdir);
|
||||
g_free (trashname);
|
||||
|
Reference in New Issue
Block a user