From a7c6cb73858a2659651bc0ff9dfd1cdb72239d32 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 8 Dec 2011 10:26:42 +0100 Subject: Consider variant constructors pure functions for the purpose of purity checking Closes #1269 --- src/comp/syntax/parse/lexer.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/comp/syntax/parse') diff --git a/src/comp/syntax/parse/lexer.rs b/src/comp/syntax/parse/lexer.rs index aa35635f178..bd841b94051 100644 --- a/src/comp/syntax/parse/lexer.rs +++ b/src/comp/syntax/parse/lexer.rs @@ -176,7 +176,6 @@ fn scan_exponent(rdr: reader) -> option::t { } fn scan_digits(rdr: reader, radix: uint) -> str { - radix; // FIXME work around issue #1265 let rslt = ""; while true { let c = rdr.curr(); -- cgit 1.4.1-3-g733a5