1
0
Fork 0
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:
Shlomi Fish 2013-05-22 13:51:15 +03:00
parent 8a8a7c2714
commit 8a3348962d

View file

@ -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);