From 1442fab4b6fadbb81da316b6167e19e9f325252c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Feb 2004 15:59:35 +0000 Subject: [PATCH] remove rcsid stuff from c files, it serves no useful purpose --- ares/adig.c | 2 -- ares/ahost.c | 2 -- ares/ares__close_sockets.c | 2 -- ares/ares__get_hostent.c | 2 -- ares/ares__read_line.c | 2 -- ares/ares_destroy.c | 2 -- ares/ares_expand_name.c | 2 -- ares/ares_fds.c | 2 -- ares/ares_free_errmem.c | 2 -- ares/ares_free_hostent.c | 2 -- ares/ares_free_string.c | 2 -- ares/ares_gethostbyaddr.c | 2 -- ares/ares_gethostbyname.c | 2 -- ares/ares_init.c | 2 -- ares/ares_mkquery.c | 2 -- ares/ares_parse_a_reply.c | 2 -- ares/ares_parse_ptr_reply.c | 2 -- ares/ares_process.c | 2 -- ares/ares_query.c | 2 -- ares/ares_search.c | 2 -- ares/ares_send.c | 2 -- ares/ares_timeout.c | 2 -- 22 files changed, 44 deletions(-) diff --git a/ares/adig.c b/ares/adig.c index db7f32de2c..59ca1247bd 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ahost.c b/ares/ahost.c index 294c0e9d04..d7ee8afe8d 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares__close_sockets.c b/ares/ares__close_sockets.c index 2b8be10209..f1eaf26ada 100644 --- a/ares/ares__close_sockets.c +++ b/ares/ares__close_sockets.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 #else diff --git a/ares/ares__get_hostent.c b/ares/ares__get_hostent.c index bba3b0e872..ecba75c927 100644 --- a/ares/ares__get_hostent.c +++ b/ares/ares__get_hostent.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares__read_line.c b/ares/ares__read_line.c index 65bfde29ab..9f8445ad3b 100644 --- a/ares/ares__read_line.c +++ b/ares/ares__read_line.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include #include diff --git a/ares/ares_destroy.c b/ares/ares_destroy.c index b900dd3622..e9b1bfd07e 100644 --- a/ares/ares_destroy.c +++ b/ares/ares_destroy.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include "ares.h" #include "ares_private.h" diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c index 1d85b94f20..3c028158be 100644 --- a/ares/ares_expand_name.c +++ b/ares/ares_expand_name.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_fds.c b/ares/ares_fds.c index d26499841f..73fc6c99e3 100644 --- a/ares/ares_fds.c +++ b/ares/ares_fds.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_free_errmem.c b/ares/ares_free_errmem.c index 116bd0a6f4..b255d2365f 100644 --- a/ares/ares_free_errmem.c +++ b/ares/ares_free_errmem.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include "ares.h" /* Do nothing, for now. A future implementation may want to deal with diff --git a/ares/ares_free_hostent.c b/ares/ares_free_hostent.c index a18f985887..52de303fae 100644 --- a/ares/ares_free_hostent.c +++ b/ares/ares_free_hostent.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_free_string.c b/ares/ares_free_string.c index 479db53583..c05069cca5 100644 --- a/ares/ares_free_string.c +++ b/ares/ares_free_string.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include "ares.h" diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c index 7353f091bb..6e3e6737df 100644 --- a/ares/ares_gethostbyaddr.c +++ b/ares/ares_gethostbyaddr.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index 1e3755a6ef..accf962cfd 100644 --- a/ares/ares_gethostbyname.c +++ b/ares/ares_gethostbyname.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_init.c b/ares/ares_init.c index 086bdb6a1a..b841fc7006 100644 --- a/ares/ares_init.c +++ b/ares/ares_init.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_mkquery.c b/ares/ares_mkquery.c index fda49eeb04..00fac019cf 100644 --- a/ares/ares_mkquery.c +++ b/ares/ares_mkquery.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_parse_a_reply.c b/ares/ares_parse_a_reply.c index 737eee7183..103738b701 100644 --- a/ares/ares_parse_a_reply.c +++ b/ares/ares_parse_a_reply.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_parse_ptr_reply.c b/ares/ares_parse_ptr_reply.c index 2ebca242e5..8cb0cbc8e0 100644 --- a/ares/ares_parse_ptr_reply.c +++ b/ares/ares_parse_ptr_reply.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_process.c b/ares/ares_process.c index b90049e605..66c699399d 100644 --- a/ares/ares_process.c +++ b/ares/ares_process.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_query.c b/ares/ares_query.c index 5801ef94f1..9030703490 100644 --- a/ares/ares_query.c +++ b/ares/ares_query.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_search.c b/ares/ares_search.c index 41080659e9..a994669fe9 100644 --- a/ares/ares_search.c +++ b/ares/ares_search.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include #include diff --git a/ares/ares_send.c b/ares/ares_send.c index b17b91276f..d0020ad64e 100644 --- a/ares/ares_send.c +++ b/ares/ares_send.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares_timeout.c b/ares/ares_timeout.c index 3cb86f44a0..c24703c6f1 100644 --- a/ares/ares_timeout.c +++ b/ares/ares_timeout.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 -- GitLab