chore: remove unused ARCH::vsnprintf

This commit is contained in:
sithlord48
2025-01-28 20:33:26 -05:00
committed by Nick Bolton
parent 43c6bec790
commit 55772e1133
7 changed files with 5 additions and 77 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 Deskflow Developers
# SPDX-FileCopyrightText: 2024 - 2025 Deskflow Developers
# SPDX-FileCopyrightText: 2024 Symless Ltd
# SPDX-License-Identifier: MIT
@ -124,7 +124,6 @@ macro(configure_unix_libs)
check_function_exists(gmtime_r HAVE_GMTIME_R)
check_function_exists(nanosleep HAVE_NANOSLEEP)
check_function_exists(sigwait HAVE_POSIX_SIGWAIT)
check_function_exists(vsnprintf HAVE_VSNPRINTF)
check_function_exists(inet_aton HAVE_INET_ATON)
# For some reason, the check_function_exists macro doesn't detect the