From 8a3348962d60b7026052b18c4d67cc58ce369493 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 22 May 2013 13:51:15 +0300 Subject: [PATCH] Remove some unused code. --- pysollib/hint.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pysollib/hint.py b/pysollib/hint.py index daa721c8..9b7cf31d 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -909,9 +909,6 @@ class FreeCellSolver_Hint: continue move_s = m.group(1) - words = move_s.split() - - words = ["Move"] + words m = re.match('the sequence on top of Stack (\d+) to the foundations', move_s);