Skip to content
Snippets Groups Projects
Commit fe3fe602 authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

runtime: Remove unused variable


Since the commit fce30b8d, this variable
was not used anymore.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent bd39d6b8
No related branches found
No related tags found
1 merge request!321pressure-vessel: Address several clang warnings
Pipeline #14071 passed
......@@ -3111,7 +3111,6 @@ pv_runtime_remove_overridden_libraries (PvRuntime *self,
while (TRUE)
{
g_autofree gchar *path = NULL;
g_autofree gchar *target = NULL;
const char *target_base;
......@@ -3149,7 +3148,6 @@ pv_runtime_remove_overridden_libraries (PvRuntime *self,
strstr (dent->d_name, ".so.") == NULL)
continue;
path = g_build_filename (libdir, dent->d_name, NULL);
target = glnx_readlinkat_malloc (iters[i].fd, dent->d_name,
NULL, NULL);
if (target != NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment