From 9d1943807a48cb47240d612ca4302c1054c4b23a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 10 Jan 1998 12:57:29 -0700 Subject: [PATCH] Remove bogus CYGNUS LOCAL markers. From-SVN: r17315 --- gcc/hash.c | 1 - gcc/hash.h | 1 - gcc/tlink.c | 1 - 3 files changed, 3 deletions(-) diff --git a/gcc/hash.c b/gcc/hash.c index 155ffbf70f8..b9541310644 100644 --- a/gcc/hash.c +++ b/gcc/hash.c @@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* hash.c -- hash table routines Copyright (C) 1993, 94 Free Software Foundation, Inc. Written by Steve Chamberlain diff --git a/gcc/hash.h b/gcc/hash.h index 388532abd65..5a3838c5ace 100644 --- a/gcc/hash.h +++ b/gcc/hash.h @@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* Header file for generic hash table support. Copyright (C) 1993, 94 Free Software Foundation, Inc. Written by Steve Chamberlain diff --git a/gcc/tlink.c b/gcc/tlink.c index 9f673b9f17d..017ac42131e 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* Scan linker error messages for missing template instantiations and provide them.