printers: Remove unused variable
This commit is contained in:
parent
172ab6ef6c
commit
e436cf1f60
1 changed files with 2 additions and 3 deletions
|
@ -255,7 +255,6 @@ _pp_host_get_snmp_devices_thread (GTask *task,
|
||||||
g_autoptr(GError) error = NULL;
|
g_autoptr(GError) error = NULL;
|
||||||
gchar **argv;
|
gchar **argv;
|
||||||
gchar *stdout_string = NULL;
|
gchar *stdout_string = NULL;
|
||||||
gchar *stderr_string = NULL;
|
|
||||||
gint exit_status;
|
gint exit_status;
|
||||||
|
|
||||||
devices = g_new0 (PpDevicesList, 1);
|
devices = g_new0 (PpDevicesList, 1);
|
||||||
|
@ -268,11 +267,11 @@ _pp_host_get_snmp_devices_thread (GTask *task,
|
||||||
g_spawn_sync (NULL,
|
g_spawn_sync (NULL,
|
||||||
argv,
|
argv,
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
G_SPAWN_STDERR_TO_DEV_NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&stdout_string,
|
&stdout_string,
|
||||||
&stderr_string,
|
NULL,
|
||||||
&exit_status,
|
&exit_status,
|
||||||
&error);
|
&error);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue