aboutsummaryrefslogtreecommitdiff
path: root/gas/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/strstr.c')
-rw-r--r--gas/strstr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/strstr.c b/gas/strstr.c
index 69e94e5..1415c22 100644
--- a/gas/strstr.c
+++ b/gas/strstr.c
@@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* static const char rcsid[] = "$Id$"; */
-
/* If your compiler is really ansi, then you don't need this. */
#ifndef __STDC__