qtestcase.cpp: remove unused macros and includes

Amends c0014becca2cd376eadd5c8a0265e5cf47c9aa01, which moved the code
that had depended on this.

Change-Id: I602661af164e6da118e1fffd0f9428c98b9ac2fb
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit e15543a10a7d302aab05323a325630f1a9633192)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2024-09-19 11:24:55 -07:00 committed by Qt Cherry-pick Bot
parent ffa9be4004
commit e266c49c27

View File

@ -90,7 +90,6 @@
#if __has_include(<paths.h>) #if __has_include(<paths.h>)
# include <paths.h> # include <paths.h>
#endif #endif
#include <signal.h>
#include <time.h> #include <time.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/uio.h> #include <sys/uio.h>
@ -99,15 +98,6 @@
# if !defined(Q_OS_INTEGRITY) # if !defined(Q_OS_INTEGRITY)
# include <sys/resource.h> # include <sys/resource.h>
# endif # endif
# ifndef _PATH_DEFPATH
# define _PATH_DEFPATH "/usr/bin:/bin"
# endif
# ifndef SIGSTKSZ
# define SIGSTKSZ 0 /* we have code to set the minimum */
# endif
# ifndef SA_RESETHAND
# define SA_RESETHAND 0
# endif
#endif #endif
#if defined(Q_OS_MACOS) #if defined(Q_OS_MACOS)