From 7509a3d75b08aeaf939cea1c15be1f9f61cafdf8 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 11 Oct 2012 16:44:05 -0700 Subject: [PATCH] Remove obsolete FIXME --- src/rustc/util/common.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rustc/util/common.rs b/src/rustc/util/common.rs index 37cc016e8ea..e314a12a676 100644 --- a/src/rustc/util/common.rs +++ b/src/rustc/util/common.rs @@ -87,8 +87,6 @@ fn local_rhs_span(l: @ast::local, def: span) -> span { } fn is_main_name(path: syntax::ast_map::path) -> bool { - // FIXME (#34): path should be a constrained type, so we know - // the call to last doesn't fail. vec::last(path) == syntax::ast_map::path_name( syntax::parse::token::special_idents::main )