removed the 'register' keywrod from LinkedList.hpp

This commit is contained in:
hyung-hwan 2020-08-17 10:10:10 +00:00
parent 333518857e
commit 1aa7391854

View File

@ -506,8 +506,8 @@ protected:
{
QSE_ASSERT (index < this->node_count);
register Node* np;
register qse_size_t cnt;
Node* np;
qse_size_t cnt;
if (index < (this->node_count >> 1))
{