diff --git a/support/src/utils/unix.cpp b/support/src/utils/unix.cpp index 7d647690..8d4c4683 100644 --- a/support/src/utils/unix.cpp +++ b/support/src/utils/unix.cpp @@ -31,7 +31,6 @@ auto convert_to_uint64(pthread_t thread) -> std::uint64_t { #else // defined(__APPLE__) return static_cast(thread); #endif // defined(__APPLE__) -} auto get_last_error_code() -> int { return errno; }