diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-15 23:33:37 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-15 23:33:37 +0000 |
commit | 9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab (patch) | |
tree | dad12f4adc06eb260b8039c58615d2b82c895029 /soft-fp/soft-fp.h | |
parent | 4b1a6d8bc9cf568f053a66375945bcadb19eef8b (diff) | |
download | glibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.tar.gz glibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.tar.xz glibc-9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab.zip |
soft-fp: remove unused macros.
Diffstat (limited to 'soft-fp/soft-fp.h')
-rw-r--r-- | soft-fp/soft-fp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h index b3f4c3014e..02a1a279ea 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 |