From bfc81352aaa00a71c78d291f75004be0317c8bb0 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 16 Nov 2011 21:42:22 -0800 Subject: [PATCH] remove unused flag (thanks lht) --- src/comp/driver/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 1937311a42a..d42cd85ea08 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -456,7 +456,7 @@ fn opts() -> [getopts::opt] { optflag("noverify"), optmulti("cfg"), optflag("test"), optflag("lib"), optflag("static"), optflag("gc"), - optflag("stack-growth"), optflag("check-unsafe"), + optflag("stack-growth"), optflag("no-asm-comments")]; }