aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/soft-fp.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-10-15 23:33:37 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-10-15 23:33:37 +0000
commit9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab (patch)
treedad12f4adc06eb260b8039c58615d2b82c895029 /soft-fp/soft-fp.h
parent4b1a6d8bc9cf568f053a66375945bcadb19eef8b (diff)
downloadglibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.zip
glibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.tar.gz
glibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.tar.bz2
soft-fp: remove unused macros.
Diffstat (limited to 'soft-fp/soft-fp.h')
-rw-r--r--soft-fp/soft-fp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h
index b3f4c30..02a1a27 100644
--- a/soft-fp/soft-fp.h
+++ b/soft-fp/soft-fp.h
@@ -129,9 +129,6 @@
#define FP_SET_EXCEPTION(ex) \
_fex |= (ex)
-#define FP_UNSET_EXCEPTION(ex) \
- _fex &= ~(ex)
-
#define FP_CLEAR_EXCEPTIONS \
_fex = 0