mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Remove some unused code.
This commit is contained in:
parent
8a8a7c2714
commit
8a3348962d
1 changed files with 0 additions and 3 deletions
|
@ -909,9 +909,6 @@ class FreeCellSolver_Hint:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
move_s = m.group(1)
|
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);
|
m = re.match('the sequence on top of Stack (\d+) to the foundations', move_s);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue