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;