From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 3/3] cldcli: drop useless comment Date: Mon, 3 Aug 2009 19:55:01 -0600 Message-ID: <20090803195501.1fb4ab59@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" 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 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));