diff --git a/graphics/bgfx/files/patch-bimg_3rdparty_nvtt_nvcore_debug.h b/graphics/bgfx/files/patch-bimg_3rdparty_nvtt_nvcore_debug.h deleted file mode 100644 index b017509dac6f..000000000000 --- a/graphics/bgfx/files/patch-bimg_3rdparty_nvtt_nvcore_debug.h +++ /dev/null @@ -1,11 +0,0 @@ ---- bimg/3rdparty/nvtt/nvcore/debug.h.orig 2023-02-07 16:06:32 UTC -+++ bimg/3rdparty/nvtt/nvcore/debug.h -@@ -165,7 +165,7 @@ namespace nv - namespace nv - { - inline bool isValidPtr(const void * ptr) { -- #if NV_CPU_X86_64 || NV_CPU_AARCH64 -+ #if defined(__LP64__) - if (ptr == NULL) return true; - if (reinterpret_cast(ptr) < 0x10000ULL) return false; - if (reinterpret_cast(ptr) >= 0x000007FFFFFEFFFFULL) return false;