Skip to content

Commit

Permalink
Merge pull request #3 from stweil/remove-unused
Browse files Browse the repository at this point in the history
Remove unused local const values
  • Loading branch information
mcarbonneaux committed Apr 24, 2018
2 parents b40626e + 4df7eb2 commit d1fbcf1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions cgi-fcgi/cgi-fcgi.c
Expand Up @@ -10,9 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef lint
static const char rcsid[] = "$Id: cgi-fcgi.c,v 1.20 2009/10/06 01:31:59 robs Exp $";
#endif /* not lint */

#include <assert.h>
#include <ctype.h>
Expand Down
3 changes: 0 additions & 3 deletions examples/echo-x.c
Expand Up @@ -10,9 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef lint
static const char rcsid[] = "$Id: echo-x.c,v 1.1 2001/06/19 15:06:17 robs Exp $";
#endif /* not lint */

#include "fcgi_config.h"

Expand Down
3 changes: 0 additions & 3 deletions examples/echo.c
Expand Up @@ -10,9 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef lint
static const char rcsid[] = "$Id: echo.c,v 1.5 1999/07/28 00:29:37 roberts Exp $";
#endif /* not lint */

#include "fcgi_config.h"

Expand Down
3 changes: 0 additions & 3 deletions examples/log-dump.c
Expand Up @@ -14,9 +14,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef lint
static const char rcsid[] = "$Id: log-dump.c,v 1.5 2001/09/01 01:12:26 robs Exp $";
#endif /* not lint */

#include "fcgi_config.h"

Expand Down
4 changes: 0 additions & 4 deletions examples/threaded.c
Expand Up @@ -2,10 +2,6 @@
* threaded.c -- A simple multi-threaded FastCGI application.
*/

#ifndef lint
static const char rcsid[] = "$Id: threaded.c,v 1.9 2001/11/20 03:23:21 robs Exp $";
#endif /* not lint */

#include "fcgi_config.h"

#include <pthread.h>
Expand Down
4 changes: 0 additions & 4 deletions libfcgi/fcgi_stdio.c
Expand Up @@ -11,10 +11,6 @@
*
*/

#ifndef lint
static const char rcsid[] = "$Id: fcgi_stdio.c,v 1.15 2009/09/28 00:46:30 robs Exp $";
#endif /* not lint */

#include <errno.h> /* for errno */
#include <stdarg.h> /* for va_arg */
#include <stdlib.h> /* for malloc */
Expand Down
3 changes: 0 additions & 3 deletions libfcgi/fcgiapp.c
Expand Up @@ -10,9 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
*/
#ifndef lint
static const char rcsid[] = "$Id: fcgiapp.c,v 1.35 2003/06/22 00:16:43 robs Exp $";
#endif /* not lint */

#include <assert.h>
#include <errno.h>
Expand Down
4 changes: 0 additions & 4 deletions libfcgi/os_unix.c
Expand Up @@ -16,10 +16,6 @@
* snapper@openmarket.com
*/

#ifndef lint
static const char rcsid[] = "$Id: os_unix.c,v 1.40 2009/10/05 23:34:50 robs Exp $";
#endif /* not lint */

#include "fcgi_config.h"

#include <sys/types.h>
Expand Down
3 changes: 0 additions & 3 deletions libfcgi/os_win32.c
Expand Up @@ -16,9 +16,6 @@
* (Special thanks to Karen and Bill. They made my job much easier and
* significantly more enjoyable.)
*/
#ifndef lint
static const char rcsid[] = "$Id: os_win32.c,v 1.36 2009/09/28 01:09:57 robs Exp $";
#endif /* not lint */

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
Expand Down
5 changes: 0 additions & 5 deletions libfcgi/strerror.c
Expand Up @@ -34,11 +34,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/
static char *rcsid = "$Id: strerror.c,v 1.2 1999/07/27 14:59:09 roberts Exp $";
#endif /* LIBC_SCCS and not lint */

#include "fcgi_config.h"

#if ! defined (HAVE_STRERROR)
Expand Down

0 comments on commit d1fbcf1

Please sign in to comment.