X-Git-Url: http://nitlanguage.org diff --git a/src/platform.nit b/src/platform.nit index 3d15546..ccb506d 100644 --- a/src/platform.nit +++ b/src/platform.nit @@ -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