]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/Identification.java
1. Merge ModuleDefinitions to MsaHeader
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / Identifications / Identification.java
index bc296474e671382fea0dda5dbd1a632dd8f7b981..03717b560baeaa6808139ee491494d6ea36cf863 100644 (file)
@@ -49,7 +49,6 @@ public class Identification {
         if (obj instanceof Identification) {\r
             Identification id = (Identification) obj;\r
             if (path.equals(id.path)) {\r
-                //if ( name.equals(id.name) && guid.equals(id.guid) && version.equals(id.version)) {\r
                 return true;\r
             }\r
             return false;\r