MdeModulePkg EhciDxe: Remove redundant functions

The functions that are never called have been removed.
They are EhcDumpRegs,EhcDisableAsyncSchd and EhcDisablePeriodSchd
https://bugzilla.tianocore.org/show_bug.cgi?id=1062

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
shenglei
2018-08-08 13:41:17 +08:00
committed by Star Zeng
parent 385fd1b846
commit f210a43391
3 changed files with 0 additions and 82 deletions

View File

@ -61,15 +61,4 @@ EhcDumpBuf (
);
/**
Dump the EHCI status registers.
@param Ehc USB EHCI Host Controller instance
**/
VOID
EhcDumpRegs (
IN USB2_HC_DEV *Ehc
);
#endif