mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-15 22:09:06 +00:00
dm: cmdline: remove unused parameters
Remove unused parameters for acrn-dm Tracked-On: #1616 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -144,7 +144,6 @@ static const int month_days[12] = {
|
||||
31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
|
||||
};
|
||||
|
||||
static int local_time = 1;
|
||||
|
||||
/*
|
||||
* This inline avoids some unnecessary modulo operations
|
||||
@@ -1064,12 +1063,6 @@ vrtc_reset(struct vrtc *vrtc)
|
||||
pthread_mutex_unlock(&vrtc->mtx);
|
||||
}
|
||||
|
||||
void
|
||||
vrtc_enable_localtime(int l_time)
|
||||
{
|
||||
local_time = l_time;
|
||||
}
|
||||
|
||||
int
|
||||
vrtc_init(struct vmctx *ctx)
|
||||
{
|
||||
|
Reference in New Issue
Block a user