Skip to content

Commit 53ad0fa

Browse files
committed
Remove OSMIUM_NORETURN macro
It hasn't been used for a while now.
1 parent 8300275 commit 53ad0fa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/osmium/util/compatibility.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ DEALINGS IN THE SOFTWARE.
3333
3434
*/
3535

36-
// Workarounds for MSVC which doesn't support [[noreturn]]
37-
// This is not needed any more, but kept here for the time being, because
38-
// older versions of osmium-tool need it.
39-
#ifdef _MSC_VER
40-
# define OSMIUM_NORETURN __declspec(noreturn)
41-
#else
42-
# define OSMIUM_NORETURN [[noreturn]]
43-
#endif
44-
4536
// [[deprecated]] is only available in C++14, use this for the time being
4637
#ifdef __GNUC__
4738
# define OSMIUM_DEPRECATED __attribute__((deprecated))

0 commit comments

Comments
 (0)