From: Andre Noll Date: Sat, 11 Jun 2016 13:01:07 +0000 (+0200) Subject: dss.c: Remove pointless comment for main(). X-Git-Tag: v0.1.7~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=59a00ae47578272f3ca9cf882ebeb5dfe16ba6c6;ds=sidebyside dss.c: Remove pointless comment for main(). Clear case of "stating the obvious". --- diff --git a/dss.c b/dss.c index 08a9f4c..bdbdd04 100644 --- a/dss.c +++ b/dss.c @@ -1489,12 +1489,6 @@ static int setup_signal_handling(void) return install_sighandler(SIGCHLD); } -/** - * The main function of dss. - * - * \param argc Usual argument count. - * \param argv Usual argument vector. - */ int main(int argc, char **argv) { int ret;