29d521b BaseTools: Fix bug for --pcd VOID* type when no max size is specified

Authored and Committed by Yonghong Zhu 6 years ago
    BaseTools: Fix bug for --pcd VOID* type when no max size is specified
    
    when VOID* type non-structure pcd used in --pcd, and its max size is not
    specified in DSC or its value is hex value, build break due to the code
    int(Pcd.MaxDatumSize,10).
    Now this patch remove this code, because tool will calculate the size
    info in later phase.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>