From f6d56a96f70efbad25608a00a293edc15d337e5d Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 30 Oct 2003 12:21:31 +0000 Subject: Remove MD bits for unsupported architectures. --- usr.bin/gprof/gprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/gprof/gprof.c') diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index f0e0bce..7b857b8 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -85,7 +85,7 @@ main(argc, argv) cyclethreshold = atoi( *++argv ); break; case 'c': -#if defined(vax) || defined(tahoe) +#if 0 cflag = TRUE; #else errx(1, "-c isn't supported on this architecture yet"); -- cgit v1.1