mirror of https://github.com/acidanthera/audk.git
Remove a private class to remove the error message.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@262 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1342c9cf2a
commit
6776c08a6d
|
@ -30,16 +30,6 @@ import java.util.Map;
|
|||
import org.tianocore.build.autogen.CommonDefinition;
|
||||
import org.tianocore.build.pcd.action.ActionMessage;
|
||||
|
||||
class AlignmentSizeComp implements Comparator {
|
||||
public int compare (Object a, Object b) {
|
||||
Token tA = (Token) a;
|
||||
Token tB = (Token) b;
|
||||
|
||||
return Token.getAutogendatumTypeAlignmentSize(tA.datumType)
|
||||
- Token.getAutogendatumTypeAlignmentSize(tB.datumType);
|
||||
}
|
||||
}
|
||||
|
||||
/** Database hold all PCD information comes from SPD, MSA, FPD file in memory.
|
||||
**/
|
||||
public class MemoryDatabaseManager {
|
||||
|
|
Loading…
Reference in New Issue