sysprofd: fix warning

This commit is contained in:
Christian Hergert
2021-03-22 14:55:04 -07:00
parent 3f2b486741
commit 6f11fcf510

View File

@ -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;