• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/third_party/libopenjpeg20/opj_includes.h b/third_party/libopenjpeg20/opj_includes.h
2index f855b7c..5add091 100644
3--- a/third_party/libopenjpeg20/opj_includes.h
4+++ b/third_party/libopenjpeg20/opj_includes.h
5@@ -102,12 +102,6 @@
6  ==========================================================
7 */
8
9-/* Ignore GCC attributes if this is not GCC */
10-#ifndef __GNUC__
11-       #define __attribute__(x) /* __attribute__(x) */
12-#endif
13-
14-
15 /* Are restricted pointers available? (C99) */
16 #if (__STDC_VERSION__ != 199901L)
17        /* Not a C99 compiler */
18
19