* [Patch 3/3] cldcli: drop useless comment
@ 2009-08-04 1:55 Pete Zaitcev
2009-08-04 2:08 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-08-04 1:55 UTC (permalink / raw)
To: Jeff Garzik, Project Hail List
This seems copy-pasted from a daemon like Chunk that has a comment
to the tune of "now that we have arguments parsed we can switch
to syslog". But in cldcli it's meaningless.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
diff --git a/tools/cldcli.c b/tools/cldcli.c
index 90ae601..c9b7130 100644
--- a/tools/cldcli.c
+++ b/tools/cldcli.c
@@ -836,10 +836,6 @@ int main (int argc, char *argv[])
g_thread_init(NULL);
- /*
- * parse command line
- */
-
aprc = argp_parse(&argp, argc, argv, 0, NULL, NULL);
if (aprc) {
fprintf(stderr, "argp_parse failed: %s\n", strerror(aprc));
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-04 2:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 1:55 [Patch 3/3] cldcli: drop useless comment Pete Zaitcev
2009-08-04 2:08 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.