mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 14:06:54 +00:00
MISRA-C states that redundant code reduce the maintainability of code. In some cases, we would like to keep the current unused static functions for code completeness, such as checking register info. These functions might be used later. This patch removes the unused static function 'mmu_pt_for_pde'. Looks like it is legacy code and not being used in our project. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> Reviewed-by: Li, Fei1 <fei1.li@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
common | ||
debug | ||
dm/vpci | ||
lib | ||
public | ||
hv_debug.h | ||
hv_lib.h | ||
hypervisor.h |