Remove an unneccesary HAVE_SGEN_GC.
[mono.git] / mono / mini / liveness.c
index 00cb50c925565f00bfc1bbfc2f4d09e33e4b4620..12f96b3479b40dcff9b8549f2b95179cb134b5a1 100644 (file)
@@ -929,8 +929,6 @@ mono_analyze_liveness2 (MonoCompile *cfg)
 
 #endif
 
-#ifdef HAVE_SGEN_GC
-
 #define ALIGN_TO(val,align) ((((guint64)val) + ((align) - 1)) & ~((align) - 1))
 
 static inline void
@@ -1093,4 +1091,3 @@ mono_analyze_liveness_gc (MonoCompile *cfg)
        g_free (vreg_to_varinfo);
 }
 
-#endif