summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/arcs.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-06-20 11:05:25 +0000
committerstefanf <stefanf@FreeBSD.org>2004-06-20 11:05:25 +0000
commitaa456841b2ac37ef5d887fe1d9feb715d303cbee (patch)
treecb9dea9d68f8350a536dd0d626eb98e12b6ed452 /usr.bin/gprof/arcs.c
parentbcffee208f3017076a5d0f6bb8ae3a0ae9802b18 (diff)
downloadFreeBSD-src-aa456841b2ac37ef5d887fe1d9feb715d303cbee.zip
FreeBSD-src-aa456841b2ac37ef5d887fe1d9feb715d303cbee.tar.gz
Retire support for gprof's -c option. All our currently supported
architectures only provide a dummy implementation. Silence on: current@
Diffstat (limited to 'usr.bin/gprof/arcs.c')
-rw-r--r--usr.bin/gprof/arcs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c
index 262e6bd..3be00df 100644
--- a/usr.bin/gprof/arcs.c
+++ b/usr.bin/gprof/arcs.c
@@ -149,9 +149,6 @@ doarcs()
parentp -> cycleno = 0;
parentp -> cyclehead = parentp;
parentp -> cnext = 0;
- if ( cflag ) {
- findcall( parentp , parentp -> value , (parentp+1) -> value );
- }
}
for ( pass = 1 ; ; pass++ ) {
/*
OpenPOWER on IntegriCloud