Remove unused RCSSTRING variable globally

This commit is contained in:
William Robinet 2020-08-30 19:23:29 +02:00
parent 78aec50f9f
commit c651800ab1
24 changed files with 0 additions and 24 deletions

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: network.c,v 1.10 2002/09/09 21:02:58 ekr Exp $";
#include <sys/types.h>
#include <r_common.h>

View file

@ -47,7 +47,6 @@
*/
static char *RCSSTRING="$Id: pcap-snoop.c,v 1.14 2002/09/09 21:02:58 ekr Exp $";
#include <pcap.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: print_utils.c,v 1.2 2000/10/17 16:09:58 ekr Exp $";
int explain(char *format,...)
{
va_list ap;

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: proto_mod.c,v 1.3 2001/07/20 23:33:14 ekr Exp $";
#include "network.h"

View file

@ -43,7 +43,6 @@
ekr@rtfm.com Tue Dec 29 15:13:03 1998
*/
static char *RCSSTRING="$Id: tcpconn.c,v 1.7 2002/08/17 01:33:16 ekr Exp $";
#include "network.h"
#include "tcpconn.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: tcppack.c,v 1.11 2002/09/09 21:02:58 ekr Exp $";
#include "network.h"
#ifndef _WIN32

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: debug.c,v 1.3 2001/12/24 06:06:26 ekr Exp $";
#include <stdarg.h>

View file

@ -54,7 +54,6 @@
ekr@rtfm.com Sun Jan 17 17:57:15 1999
*/
static char *RCSSTRING="$Id: r_assoc.c,v 1.4 2001/12/24 06:06:26 ekr Exp $";
#include <r_common.h>
#include "r_assoc.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_assoc_test.c,v 1.2 2000/10/17 16:10:00 ekr Exp $";
#include <r_common.h>
#include <r_assoc.h>

View file

@ -8,7 +8,6 @@
*/
static char *RCSSTRING="$Id: r_bitfield.c,v 1.3 2001/12/24 06:06:26 ekr Exp $";
#include <r_common.h>
#include "r_bitfield.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_data.c,v 1.3 2001/07/20 23:33:15 ekr Exp $";
#include <r_common.h>
#include <r_data.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_errors.c,v 1.3 2001/12/24 06:06:27 ekr Exp $";
#include <stdio.h>
#include <stdarg.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_list.c,v 1.4 2001/12/24 06:06:27 ekr Exp $";
#include <r_common.h>
#include "r_list.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_replace.c,v 1.2 2000/10/17 16:10:00 ekr Exp $";
#include "r_common.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: r_time.c,v 1.6 2002/09/09 21:02:58 ekr Exp $";
#include <r_common.h>
#include <r_time.h>

View file

@ -8,7 +8,6 @@
*/
static char *RCSSTRING="$Id: pthread.c,v 1.1.1.1 2000/10/09 00:45:39 ekr Exp $";
#include <r_common.h>
#include <r_thread.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: null_analyze.c,v 1.6 2001/11/26 22:28:16 ekr Exp $";
#include <ctype.h>
#include "network.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: ciphersuites.c,v 1.3 2002/08/17 01:33:17 ekr Exp $";
#include <r_common.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: main.c,v 1.2 2000/10/17 16:10:01 ekr Exp $";
#include <stdarg.h>
#include <r_common.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: ssl_analyze.c,v 1.8 2002/01/21 18:46:13 ekr Exp $";
#include "network.h"
#include "debug.h"

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: ssl_rec.c,v 1.3 2000/11/03 06:38:06 ekr Exp $";
#include "network.h"
#include "ssl_h.h"

View file

@ -57,7 +57,6 @@
#include "ssldecode.h"
#include "ssl_rec.h"
#include "r_assoc.h"
static char *RCSSTRING="$Id: ssldecode.c,v 1.9 2002/08/17 01:33:17 ekr Exp $";
#define PRF(ssl,secret,usage,rnd1,rnd2,out) (ssl->version==SSLV3_VERSION)? \
ssl3_prf(ssl,secret,usage,rnd1,rnd2,out): \

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: sslprint.c,v 1.8 2002/08/17 01:33:17 ekr Exp $";
#include <ctype.h>
#include <stdarg.h>

View file

@ -44,7 +44,6 @@
*/
static char *RCSSTRING="$Id: sslxprint.c,v 1.3 2000/11/03 06:38:06 ekr Exp $";
#include "network.h"
#include "ssl_h.h"