mesa: remove ASSERT_NO_FEATURE macro
[mesa.git] / src / mesa / main / mfeatures.h
index 3162a0bbf9bd49a44821e0e749ae01f9202def40..829c0563bce6695f5fa01a8bb99df798bd212187 100644 (file)
@@ -35,9 +35,6 @@
 #define _HAVE_FULL_GL 1
 #endif
 
-/* assert that a feature is disabled and should never be used */
-#define ASSERT_NO_FEATURE() ASSERT(0)
-
 #ifndef FEATURE_ES1
 #define FEATURE_ES1 0
 #endif