Browse Source

!10269 去掉局部变量申明
Merge pull request !10269 from 80174847/oilyang_fixed_everything

杨诗友80174847 1 năm trước cách đây
mục cha
commit
fa4ccf4b0a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Module/mod_healthmanager/mod_healthmanager.cpp

+ 0 - 1
Module/mod_healthmanager/mod_healthmanager.cpp

@@ -718,7 +718,6 @@ bool CHealthManagerEntity::DoRestart()
 	}
 
 	m_restartHour = m_restartMinute = 1;
-	int m_rebootHourBegin, m_rebootHourEnd;
 	//the region (RestartHourBegin,RestartHourEnd) that we should reboot VTM 
 	m_rebootHourBegin = 1;
 	m_rebootHourEnd = 6;