- producer links are moved to an "advanced" page, not intended for normal
[mir.git] / source / mir / producer / ScriptCallingProducerNode.java
index 6c7b873..7080a08 100755 (executable)
@@ -59,8 +59,4 @@ public class ScriptCallingProducerNode implements ProducerNode  {
       throw new ProducerFailure("Executing script failed: " + e.getMessage(), e);
     }
   }
-
-  public Set buildVerbSet() {
-    return new HashSet();
-  }
 }