From ee53d28af78fd82722bcb73e6aea8a532329cb0b Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 25 Mar 2025 21:22:46 -0400 Subject: [PATCH] chore: remove unused HAVE_OSTREAM define --- cmake/Libraries.cmake | 1 - src/lib/Config.h.in | 3 --- 2 files changed, 4 deletions(-) diff --git a/cmake/Libraries.cmake b/cmake/Libraries.cmake index e468a939c..c097077e7 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -89,7 +89,6 @@ macro(configure_unix_libs) include(CheckSymbolExists) include(CheckCSourceCompiles) - check_include_file_cxx(ostream HAVE_OSTREAM) check_include_file_cxx(sstream HAVE_SSTREAM) check_include_files(locale.h HAVE_LOCALE_H) diff --git a/src/lib/Config.h.in b/src/lib/Config.h.in index 7bb52592a..64eddb243 100644 --- a/src/lib/Config.h.in +++ b/src/lib/Config.h.in @@ -25,9 +25,6 @@ /* Define if you have the `nanosleep` function. */ #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_OSTREAM @HAVE_OSTREAM@ - /* Define if you have a POSIX `sigwait` function. */ #cmakedefine HAVE_POSIX_SIGWAIT @HAVE_POSIX_SIGWAIT@