aboutsummaryrefslogtreecommitdiff
path: root/source/opt/inst_bindless_check_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/opt/inst_bindless_check_pass.cpp')
-rw-r--r--source/opt/inst_bindless_check_pass.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/opt/inst_bindless_check_pass.cpp b/source/opt/inst_bindless_check_pass.cpp
index 5607239a..c2c5d6cb 100644
--- a/source/opt/inst_bindless_check_pass.cpp
+++ b/source/opt/inst_bindless_check_pass.cpp
@@ -39,13 +39,6 @@ static const int kSpvTypeImageMS = 4;
static const int kSpvTypeImageSampled = 5;
} // anonymous namespace
-// Avoid unused variable warning/error on Linux
-#ifndef NDEBUG
-#define USE_ASSERT(x) assert(x)
-#else
-#define USE_ASSERT(x) ((void)(x))
-#endif
-
namespace spvtools {
namespace opt {