Merge FldrCreateComponentKey and FldrSetComponentInformation
[reactos.git] / reactos / boot / freeldr / freeldr / arch / powerpc / prep.c
index b4c3fff..0491ff4 100644 (file)
@@ -114,12 +114,6 @@ PCONFIGURATION_COMPONENT_DATA PpcPrepHwDetect() {
   /* Create the 'System' key */
   FldrCreateSystemKey(&SystemKey);
 
-  /* Set empty component information */
-  FldrSetComponentInformation(SystemKey,
-                              0x0,
-                              0x0,
-                              0xFFFFFFFF);
-  
   printf("DetectHardware() Done\n");
   return SystemKey;
 }