rta: add_monomorphic_send mark the mproperty as live
[nit.git] / src / platform.nit
index 3d15546..ccb506d 100644 (file)
@@ -18,7 +18,6 @@ module platform
 
 import modelize_property
 import parser_util
-import simple_misc_analysis
 import modelbuilder
 
 redef class ToolContext
@@ -112,4 +111,5 @@ end
 #
 # Services will be added to this class in other modules.
 abstract class Platform
+       fun supports_libunwind: Bool do return true
 end