From dffe4fdd4f9b7f152d3b4345ed5a2ed7ec053a37 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 17 Oct 2018 17:00:47 -0700 Subject: [PATCH] chore: remove disabling of ANGLE dchecks (#15227) --- patches/common/angle/.patches.yaml | 6 ------ patches/common/angle/dcheck.patch | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100644 patches/common/angle/.patches.yaml delete mode 100644 patches/common/angle/dcheck.patch diff --git a/patches/common/angle/.patches.yaml b/patches/common/angle/.patches.yaml deleted file mode 100644 index fe64e3cb19..0000000000 --- a/patches/common/angle/.patches.yaml +++ /dev/null @@ -1,6 +0,0 @@ -repo: src/third_party/angle -patches: -- - author: Ales Pergl - file: dcheck.patch - description: null diff --git a/patches/common/angle/dcheck.patch b/patches/common/angle/dcheck.patch deleted file mode 100644 index 05114b5973..0000000000 --- a/patches/common/angle/dcheck.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/common/debug.h b/src/common/debug.h -index 0108ff655..57fbc5ac5 100644 ---- a/src/common/debug.h -+++ b/src/common/debug.h -@@ -190,7 +190,7 @@ std::ostream &FmtHexInt(std::ostream &os, T value) - - #define ANGLE_EMPTY_STATEMENT for (;;) break - #if !defined(NDEBUG) || defined(ANGLE_ENABLE_RELEASE_ASSERTS) --#define ANGLE_ENABLE_ASSERTS -+// #define ANGLE_ENABLE_ASSERTS - #endif - - #define WARN() ANGLE_LOG(WARN)