diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-02 15:59:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-02 15:59:35 +0000 |
commit | 3d0a7c00df25d17e20ed8569a9186a79a4bb9625 (patch) | |
tree | 68e016dff33f4221f03b2bc436d7d65c99feb0fb /ares_init.c | |
parent | 3ac93aa3c5a1cd8af9b0133c9ac78696727fb967 (diff) | |
download | c-ares-3d0a7c00df25d17e20ed8569a9186a79a4bb9625.tar.gz c-ares-3d0a7c00df25d17e20ed8569a9186a79a4bb9625.tar.bz2 c-ares-3d0a7c00df25d17e20ed8569a9186a79a4bb9625.zip |
remove rcsid stuff from c files, it serves no useful purpose
Diffstat (limited to 'ares_init.c')
-rw-r--r-- | ares_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares_init.c b/ares_init.c index 086bdb6..b841fc7 100644 --- a/ares_init.c +++ b/ares_init.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include <sys/types.h> #ifdef WIN32 |