]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/MigrationTools/org/tianocore/migration/ModuleReader.java
Coding Style - decomment
[mirror_edk2.git] / Tools / Java / Source / MigrationTools / org / tianocore / migration / ModuleReader.java
index 05620ca5ab33bbd088caf655be927c491bab1ec2..f6cfa855822907207ab9dd9d403af4f7304eb8f9 100644 (file)
@@ -192,7 +192,6 @@ public final class ModuleReader implements Common.ForDoAll {
             }\r
         }\r
 \r
-        //CommentOutNonLocalHFile();\r
         Common.toDoAll(mi.temppath, this, Common.FILE);\r
         \r
         parsePreProcessedSourceCode();\r
@@ -200,13 +199,6 @@ public final class ModuleReader implements Common.ForDoAll {
     }\r
 \r
     private final void parsePreProcessedSourceCode() throws Exception {\r
-        //Cl cl = new Cl(modulepath);\r
-        //cl.execute("Fat.c");\r
-        //cl.generateAll(preprocessedccodes);\r
-        //\r
-        //System.out.println("Note!!!! The CL is not implemented now , pls do it manually!!! RUN :");\r
-        //System.out.println("cl " + modulepath + "\\temp\\*.c" + " -P");\r
-        //String[] list = new File(modulepath + File.separator + "temp").list();    // without CL , add\r
         BufferedReader rd = null;\r
         String ifile = null;\r
         String line = null;\r