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 <[email protected]> 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)); -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
