From 2eed261888e88d64799a28fc5e93eb8cc6110fe4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 30 Jan 2026 10:15:29 +0900 Subject: Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- examples/example.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') diff --git a/examples/example.c b/examples/example.c index 406378e..169e81e 100644 --- a/examples/example.c +++ b/examples/example.c @@ -27,10 +27,6 @@ #include #endif -#ifdef __IRIX__ -#include -#endif - #include #include -- cgit v1.2.3