summaryrefslogtreecommitdiff
path: root/ares_fds.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-02 15:59:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-02 15:59:35 +0000
commit3d0a7c00df25d17e20ed8569a9186a79a4bb9625 (patch)
tree68e016dff33f4221f03b2bc436d7d65c99feb0fb /ares_fds.c
parent3ac93aa3c5a1cd8af9b0133c9ac78696727fb967 (diff)
downloadc-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_fds.c')
-rw-r--r--ares_fds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ares_fds.c b/ares_fds.c
index d264998..73fc6c9 100644
--- a/ares_fds.c
+++ b/ares_fds.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32