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 | 1442fab4b6fadbb81da316b6167e19e9f325252c (patch) | |
tree | 6d67b55bed5c28b4a0d7874220d9db51ffa2dfd5 /ares/ares_destroy.c | |
parent | aa93e2e638933b06c2464b43a6dcd08c108afeb8 (diff) | |
download | curl-1442fab4b6fadbb81da316b6167e19e9f325252c.tar.gz |
remove rcsid stuff from c files, it serves no useful purpose
Diffstat (limited to 'ares/ares_destroy.c')
-rw-r--r-- | ares/ares_destroy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ares/ares_destroy.c b/ares/ares_destroy.c index b900dd362..e9b1bfd07 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 <stdlib.h> #include "ares.h" #include "ares_private.h" |