diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-10 23:38:00 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-10 23:38:00 +0000 |
commit | 8f419215a70f14774771141c4abff4968fdb6bfe (patch) | |
tree | 2e9f0bf7be58fdd34e5b01650cb2520179a65b82 /usr.bin/gprof/powerpc.c | |
parent | bc5bffb3c8d9d4e3ec33e5ad984b55507b23e4ec (diff) |
Now that the makefile does not create symlinks to files for archs
which do not build, these files are no longer necessary.
Diffstat (limited to 'usr.bin/gprof/powerpc.c')
-rw-r--r-- | usr.bin/gprof/powerpc.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.bin/gprof/powerpc.c b/usr.bin/gprof/powerpc.c deleted file mode 100644 index 09a971029de..00000000000 --- a/usr.bin/gprof/powerpc.c +++ /dev/null @@ -1,19 +0,0 @@ -/* $OpenBSD: powerpc.c,v 1.2 2001/03/22 05:18:30 mickey Exp $ */ -/* $NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */ - -#ifndef lint -static char rcsid[] = "$OpenBSD: powerpc.c,v 1.2 2001/03/22 05:18:30 mickey Exp $"; -#endif /* not lint */ - -#include "gprof.h" - -/* - * gprof -c isn't currently supported... - */ -void -findcall( parentp , p_lowpc , p_highpc ) - nltype *parentp; - unsigned long p_lowpc; - unsigned long p_highpc; -{ -} |