[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.
[mono.git] / mono / utils / monobitset.h
index 8abe83907ceeb5cbdb419f03c0a12bc92c0365e2..682b8d539a3885953bfb1111b7b340a6b08e3779 100644 (file)
@@ -2,25 +2,7 @@
 #define __MONO_BITSET_H__
 
 #include <glib.h>
-#ifdef SGEN_WITHOUT_MONO
-#include "mono/utils/mono-compiler.h"
-#define MONO_API
-#else
 #include <mono/utils/mono-publib.h>
-#endif
-
-/*
- * When embedding, you have to define MONO_ZERO_LEN_ARRAY before including any
- * other Mono header file if you use a different compiler from the one used to
- * build Mono.
- */
-#ifndef MONO_ZERO_LEN_ARRAY
-#ifdef __GNUC__
-#define MONO_ZERO_LEN_ARRAY 0
-#else
-#define MONO_ZERO_LEN_ARRAY 1
-#endif
-#endif
 
 #define MONO_BITSET_BITS_PER_CHUNK (8 * sizeof (gsize))