]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java
Modify GenFfsTask to make it don't create ORG file.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / Section.java
index 6abee52da3e0e28149b7cdb7b3eae8deaa630e94..5fa8d7b1ee35968f1bf228e12d1286cf131007a6 100644 (file)
@@ -19,5 +19,5 @@ import java.io.DataOutputStream;
  Section interface is for geting the contain buffer form compress, tool, and sectFile  \r
  **/\r
 public interface Section {\r
  Section interface is for geting the contain buffer form compress, tool, and sectFile  \r
  **/\r
 public interface Section {\r
-    public void toBuffer (DataOutputStream buffer, DataOutputStream orgBuffer);\r
+    public void toBuffer (DataOutputStream buffer);\r
 }
\ No newline at end of file
 }
\ No newline at end of file