removed the 'register' keywrod from LinkedList.hpp
This commit is contained in:
parent
333518857e
commit
1aa7391854
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user