remove unused variable

This commit is contained in:
Landry Breuil
2014-12-20 11:25:02 +01:00
parent 445b8a46cd
commit a6fc195392

View File

@@ -55,7 +55,7 @@ gboolean get_task_list (GArray *task_list)
#endif
Task t;
struct passwd *passwdp;
char **args, **ptr;
char **args;
gchar* buf;
int nproc, i;