X-Git-Url: http://nitlanguage.org diff --git a/lib/standard/symbol.nit b/lib/symbol.nit similarity index 97% rename from lib/standard/symbol.nit rename to lib/symbol.nit index e7fefc2..d3a27ec 100644 --- a/lib/standard/symbol.nit +++ b/lib/symbol.nit @@ -14,9 +14,6 @@ # FIXME: Should be deprecated soon package symbol -import string -private import hash - redef class String # Get the unique corresponding to the string fun to_symbol: Symbol