[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: remove unused variable
noreply at xfce.org
noreply at xfce.org
Sat Dec 20 11:25:07 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit a6fc1953925325fa1e13811ec4d5b9be0667b818
Author: Landry Breuil <landry at xfce.org>
Date: Sat Dec 20 11:25:02 2014 +0100
remove unused variable
---
src/task-manager-bsd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/task-manager-bsd.c b/src/task-manager-bsd.c
index 0539f85..79700a2 100644
--- a/src/task-manager-bsd.c
+++ b/src/task-manager-bsd.c
@@ -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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list