removed the 'register' keywrod from LinkedList.hpp
This commit is contained in:
		| @ -506,8 +506,8 @@ protected: | |||||||
| 	{ | 	{ | ||||||
| 		QSE_ASSERT (index < this->node_count); | 		QSE_ASSERT (index < this->node_count); | ||||||
|  |  | ||||||
| 		register Node* np; | 		Node* np; | ||||||
| 		register qse_size_t cnt; | 		qse_size_t cnt; | ||||||
|  |  | ||||||
| 		if (index < (this->node_count >> 1))  | 		if (index < (this->node_count >> 1))  | ||||||
| 		{ | 		{ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user