UefiPayloadPkg: Remove unused variable to fix build error Variable ChildBusAddress is not used in function ParsePciRootBridge, it triggers build error on GCC version gcc version 13.3.0. Remove this variable to fix build error. Signed-off-by: Ajan Zhong <ajan.zhong@newfw.com>