-
René Kijewski authored
The variable `node` shadows the parameter `node`. The access of `node->first` would not compile, because there is no member `first` in `priority_queue_t`.
René Kijewski authoredThe variable `node` shadows the parameter `node`. The access of `node->first` would not compile, because there is no member `first` in `priority_queue_t`.