From 930a0a04e2fc6d1e3657f3be426e495caf7c53cc Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Sun, 17 Jul 2016 12:18:57 +0100 Subject: [PATCH] Remove unused variable in this file --- document-portal/xdp-main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c index 9eb74356..a474b962 100644 --- a/document-portal/xdp-main.c +++ b/document-portal/xdp-main.c @@ -622,7 +622,6 @@ portal_add_named (GDBusMethodInvocation *invocation, GDBusMessage *message; GUnixFDList *fd_list; g_autofree char *id = NULL; - g_autofree char *proc_path = NULL; int parent_fd_id, parent_fd, fds_len; const int *fds; char parent_path_buffer[PATH_MAX + 1];