From 9d47ce5331e7ad49e95a630567d821e845c4ac02 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 15 Oct 2004 13:48:38 +0000 Subject: [PATCH] (f): Move it to ident.c so the optimizer can't get rid of it. (Logical change 1.276) --- tests/Gtest-bt.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Gtest-bt.c b/tests/Gtest-bt.c index 0980efeb..c844779f 100644 --- a/tests/Gtest-bt.c +++ b/tests/Gtest-bt.c @@ -240,9 +240,3 @@ main (int argc, char **argv) printf ("SUCCESS.\n"); return 0; } - -long -f (long val) -{ - return val; -}