!180 清除冗余代码

Merge pull request !180 from peitaiyi/master
This commit is contained in:
openharmony_ci
2022-09-24 06:23:09 +00:00
committed by Gitee
+1 -9
View File
@@ -27,14 +27,6 @@
#include "create_pcid.h"
#include "syscap_tool.h"
typedef struct ProductCompatibilityIDHead {
uint16_t apiVersion : 15;
uint16_t apiVersionType : 1;
uint16_t systemType : 3;
uint16_t reserved : 13;
uint32_t manufacturerID;
} PCIDHead;
typedef struct RequiredProductCompatibilityIDHead {
uint16_t apiVersion : 15;
uint16_t apiVersionType : 1;
@@ -730,4 +722,4 @@ int32_t ComparePcidWithRpcidString(char *pcidFile, char *rpcidFile, uint32_t typ
printf("Fail! The pcid does not meet the rpcid\n");
}
return 0;
}
}