include: drop c11_compat.h

We now require C11, and C++ supports static_assert just fine, which is
the only thing this header ever added support for. So let's get rid of
this needless header.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16812>
This commit is contained in:
Erik Faye-Lund
2022-06-01 13:38:39 +02:00
committed by Marge Bot
parent 18246ed06a
commit df2dd474c7
4 changed files with 0 additions and 32 deletions

View File

@@ -26,9 +26,6 @@
#include <stdio.h>
#include <assert.h>
#include "c11_compat.h"
#include <stdint.h>
/* Compute the size of an array */