- producer links are moved to an "advanced" page, not intended for normal
[mir.git] / source / mir / producer / FileOperationProducerNode.java
index a8c5d84..5ab999b 100755 (executable)
@@ -63,8 +63,4 @@ public abstract class FileOperationProducerNode implements ProducerNode {
       throw new ProducerFailure(t.getMessage(), t);
     }
   }
-
-  public Set buildVerbSet() {
-    return new HashSet();
-  }
 }
\ No newline at end of file