From 6f11fcf5106dfc9ee326b0cbd733569f3578ac3d Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 22 Mar 2021 14:55:04 -0700 Subject: [PATCH] sysprofd: fix warning --- src/sysprofd/ipc-service-impl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sysprofd/ipc-service-impl.c b/src/sysprofd/ipc-service-impl.c index 37229081..50825cf4 100644 --- a/src/sysprofd/ipc-service-impl.c +++ b/src/sysprofd/ipc-service-impl.c @@ -319,7 +319,6 @@ ipc_service_impl_handle_set_governor (IpcService *service, GDBusMethodInvocation *invocation, const gchar *governor) { - g_autoptr(GVariant) res = NULL; g_autofree gchar *available = NULL; g_autofree gchar *previous = NULL; gboolean had_error = FALSE;