From d97a2c5f346fb98355db38ba75cd9c86b31b1bbe Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 6 May 2014 19:43:22 -0700 Subject: [PATCH] Remove unused variable --- std/lexer.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/lexer.d b/std/lexer.d index 7d39043..5a7c185 100644 --- a/std/lexer.d +++ b/std/lexer.d @@ -780,8 +780,6 @@ public: @disable this(); - bool special; - /** * Params: bucketCount = the initial number of buckets. */