- producer links are moved to an "advanced" page, not intended for normal
[mir.git] / source / mir / producer / ConditionalProducerNode.java
index 6d5430f..85e7eb2 100755 (executable)
@@ -61,8 +61,4 @@ public class ConditionalProducerNode implements ProducerNode {
       throw new ProducerFailure(e);
     }
   }
-
-  public Set buildVerbSet() {
-    return new HashSet();
-  }
 }
\ No newline at end of file