]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootModulePkg/Library/CbParseLib/CbParseLib.c
CorebootModulePkg: Remove unused static functions to prevent gcc build fail
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 02:05:57 +0000 (02:05 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 02:05:57 +0000 (02:05 +0000)
commit7b0f636452bdb1a4307c760ab4a7e6759b6dab05
tree38268dc13540e41039e2e45f3243f0a19401891e
parent5451fff49c904ea781cfbaef2a7cae3bd697c5b3
CorebootModulePkg: Remove unused static functions to prevent gcc build fail

The gcc build will fail with -Werror=unused-function when a compilation
unit defines a static function but never calls it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17143 6f19259b-4bc3-4df7-8a09-765794883524
CorebootModulePkg/Library/CbParseLib/CbParseLib.c