diff options
Diffstat (limited to 'paludis/util/attributes.hh')
-rw-r--r-- | paludis/util/attributes.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/paludis/util/attributes.hh b/paludis/util/attributes.hh index 4fe4cef82..fa0f0302d 100644 --- a/paludis/util/attributes.hh +++ b/paludis/util/attributes.hh @@ -72,12 +72,6 @@ # define PALUDIS_HIDDEN #endif -#if defined(PALUDIS_HAVE_NOEXCEPT) -# define PALUDIS_NOEXCEPT(x) noexcept(x) -#else -# define PALUDIS_NOEXCEPT(x) -#endif - #define PALUDIS_TLS static __thread #endif |