remove bad method declaration
authorChuck Hagenbuch <chuck@horde.org>
Mon, 28 Sep 2009 18:33:43 +0000 (14:33 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 28 Sep 2009 18:55:09 +0000 (14:55 -0400)
framework/Constraint/lib/Horde/Constraint/Compound.php

index ededf9e..a74624d 100644 (file)
@@ -36,6 +36,4 @@ abstract class Horde_Constraint_Compound implements Horde_Constraint
     {
         return $this->_constraints;
     }
-
-    abstract public function evaluate($value);
 }