From 59a00ae47578272f3ca9cf882ebeb5dfe16ba6c6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 11 Jun 2016 15:01:07 +0200 Subject: [PATCH] dss.c: Remove pointless comment for main(). Clear case of "stating the obvious". --- dss.c | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.39.2