Commit 1442fab4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove rcsid stuff from c files, it serves no useful purpose

parent aa93e2e6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
 * without express or implied warranty.
 */

static const char rcsid[] = "$Id$";

#include <sys/types.h>

#ifdef WIN32
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
 * without express or implied warranty.
 */

static const char rcsid[] = "$Id$";

#include <sys/types.h>

#ifdef WIN32
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
 * without express or implied warranty.
 */

static const char rcsid[] = "$Id$";

#include <stdlib.h>
#ifdef WIN32
#else
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
 * without express or implied warranty.
 */

static const char rcsid[] = "$Id$";

#include <sys/types.h>

#ifdef WIN32
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
 * without express or implied warranty.
 */

static const char rcsid[] = "$Id$";

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Loading