Remove unused constants

This commit is contained in:
Markus Schirp 2013-06-21 15:27:12 +02:00
parent 667e79316d
commit a4805c1c23

View file

@ -7,8 +7,6 @@ module Mutant
handle(:while)
CONDITION_INDEX, BODY_INDEX = 0, 1
children :condition, :body
private