summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-01-30 16:28:01 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-03 23:02:54 +0000
commit5d2f675ca80517fb01efbff0315e2dfc07c0a19b (patch)
tree02ea028b4f599c901cda2d8e9eec7bf43167d479 /include
parent0acba54e540881431b84f63268b202a11c3d5bd5 (diff)
os: utils: drop obsolete System() on non-win32 targets
This function is only used on WIN32 targets, so we can drop the *nix implementation. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1295>
Diffstat (limited to 'include')
-rw-r--r--include/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/os.h b/include/os.h
index 29c849b11..fef7a1719 100644
--- a/include/os.h
+++ b/include/os.h
@@ -332,8 +332,6 @@ OsAbort(void)
_X_NORETURN;
#if !defined(WIN32)
-extern _X_EXPORT int
-System(const char *);
extern _X_EXPORT void *
Popen(const char *, const char *);
extern _X_EXPORT int