summaryrefslogtreecommitdiff
path: root/tests/Gtest-bt.c
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2004-10-15 13:48:38 +0000
committerhp.com!davidm <hp.com!davidm>2004-10-15 13:48:38 +0000
commit9d47ce5331e7ad49e95a630567d821e845c4ac02 (patch)
tree777019984c95a1b112c581b57b46d576f3c34ec0 /tests/Gtest-bt.c
parentb0048ee76213f9ff6d6e24a91eeeb124aa30d248 (diff)
downloadlibunwind-9d47ce5331e7ad49e95a630567d821e845c4ac02.tar.gz
(f): Move it to ident.c so the optimizer can't get rid of it.
(Logical change 1.276)
Diffstat (limited to 'tests/Gtest-bt.c')
-rw-r--r--tests/Gtest-bt.c6
1 files changed, 0 insertions, 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;
-}