From 641becb4e0ae90498357d32ed121fe70b84ee228 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 15 Jul 2026 16:53:25 +0500 Subject: [PATCH] build-all: drop unused opencollada pr622 patch Last reference to this file was dropped in 7ae685dbf, though the ref was pointing to `/patches/opencollada/pr622.patch`, so IIUC `patches/pr622.patch` was never used. (cherry picked from commit c013b9aca710ff3a357268edc3bf5cc959be531f) --- nix/patches/pr622.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 nix/patches/pr622.patch diff --git a/nix/patches/pr622.patch b/nix/patches/pr622.patch deleted file mode 100644 index 8a5bca16f6..0000000000 --- a/nix/patches/pr622.patch +++ /dev/null @@ -1,22 +0,0 @@ -From a0deb4ce8b43cf3c8b8c0a4225c6be5296446dbd Mon Sep 17 00:00:00 2001 -From: Adam Eri -Date: Tue, 3 Sep 2019 23:30:20 +0200 -Subject: [PATCH] Resolves compile error on macOS - -Resolves "no member named 'isnan' in namespace 'std'" on macOS ---- - GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp -index 1f9a3eef..dd6f5c59 100644 ---- a/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp -+++ b/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp -@@ -10,6 +10,7 @@ - - #include "GeneratedSaxParserUtils.h" - #include -+#include - #include - #include - #include