Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gmon Remove unused, -- just used is enough. From uwe.



details:   https://anonhg.NetBSD.org/src/rev/8bf8c7c6fa54
branches:  trunk
changeset: 580456:8bf8c7c6fa54
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 24 18:18:52 2005 +0000

description:
Remove unused, -- just used is enough. From uwe.

diffstat:

 lib/libc/gmon/mcount.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8cafebd20e58 -r 8bf8c7c6fa54 lib/libc/gmon/mcount.c
--- a/lib/libc/gmon/mcount.c    Sun Apr 24 18:15:52 2005 +0000
+++ b/lib/libc/gmon/mcount.c    Sun Apr 24 18:18:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcount.c,v 1.15 2005/04/24 18:15:52 christos Exp $     */
+/*     $NetBSD: mcount.c,v 1.16 2005/04/24 18:18:52 christos Exp $     */
 
 /*
  * Copyright (c) 2003, 2004 Wasabi Systems, Inc.
@@ -72,7 +72,7 @@
 #if 0
 static char sccsid[] = "@(#)mcount.c   8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: mcount.c,v 1.15 2005/04/24 18:15:52 christos Exp $");
+__RCSID("$NetBSD: mcount.c,v 1.16 2005/04/24 18:18:52 christos Exp $");
 #endif
 #endif
 
@@ -87,7 +87,7 @@
 struct gmonparam *_m_gmon_alloc(void);
 #endif
 
-_MCOUNT_DECL __P((u_long, u_long)) __attribute__((__unused__,__used__));       /* see below. */
+_MCOUNT_DECL __P((u_long, u_long)) __attribute__((__used__));  /* see below. */
 
 /*
  * mcount is called on entry to each function compiled with the profiling



Home | Main Index | Thread Index | Old Index