summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/forkfd_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/forkfd_qt.cpp')
-rw-r--r--src/corelib/io/forkfd_qt.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/corelib/io/forkfd_qt.cpp b/src/corelib/io/forkfd_qt.cpp
deleted file mode 100644
index 3c6d05d6a8..0000000000
--- a/src/corelib/io/forkfd_qt.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (C) 2016 Intel Corporation.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-
-#include <QtCore/qglobal.h>
-
-#define FORKFD_NO_SPAWNFD
-#if defined(QT_NO_DEBUG) && !defined(NDEBUG)
-# define NDEBUG
-#endif
-
-#include <forkfd.h>
-#include "../../3rdparty/forkfd/forkfd.c"