From 598aa6187e5adf07e5f440e457c8a6392bf95edb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 26 Aug 2024 11:30:37 +0200 Subject: fix eslint issues --- rules.js | 1 - 1 file changed, 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 358c8a0..a77b2d5 100644 --- a/rules.js +++ b/rules.js @@ -3839,7 +3839,6 @@ function has_american_winter_attrition(s) { } function has_british_winter_attrition(s) { - let wq = is_winter_quarter_space(s) let n_british = count_british_cu(s) // EXCEPT: Single CU in a space with General. -- cgit v1.2.3