mirror of https://github.com/acidanthera/audk.git
nothing
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1500 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
27e0221a85
commit
63e30d14b4
|
@ -138,15 +138,6 @@ public final class ModuleReader {
|
|||
Common.ensureDir(mi.modulepath + File.separator + "temp" + File.separator + curFile);
|
||||
outfile = new PrintWriter(new BufferedWriter(new FileWriter(mi.modulepath + File.separator + "temp" + File.separator + curFile)));
|
||||
|
||||
/*
|
||||
if (curFile.contains(".dxs")) {
|
||||
if (mi.moduletype.contains("PEI")) {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
*/
|
||||
while ((line = rd.readLine()) != null) {
|
||||
if (line.contains("#include")) {
|
||||
mtrinclude = ptninclude.matcher(line);
|
||||
|
|
Loading…
Reference in New Issue