aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2019-08-27 16:10:28 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2019-08-27 16:12:26 +0100
commit4b041b35c48ba9e6e2e9ca8a05abc3d4122cd86e (patch)
treec29cc26c1642e686c527360a518af967deaeea9f
parent8c2c78ae7be7104e5d06d6a7a00f64daff6eaac2 (diff)
downloadarm-optimized-routines-4b041b35c48ba9e6e2e9ca8a05abc3d4122cd86e.tar.gz
math: fix duplicated declaration in mathlib.h
Removed tanf declaration since the implementation got removed too.
-rw-r--r--math/include/mathlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/include/mathlib.h b/math/include/mathlib.h
index aac2d4d..eed294b 100644
--- a/math/include/mathlib.h
+++ b/math/include/mathlib.h
@@ -5,9 +5,6 @@
* SPDX-License-Identifier: MIT
*/
-float sinf (float);
-float cosf (float);
-float tanf (float);
float expf (float);
float exp2f (float);
float logf (float);