X-Git-Url: http://nitlanguage.org diff --git a/src/scope.nit b/src/scope.nit index 2d2c00a..83c5fe4 100644 --- a/src/scope.nit +++ b/src/scope.nit @@ -17,8 +17,6 @@ # Identification and scping of local variables and labels. module scope -import parser -import toolcontext import phase redef class ToolContext