Remove stale #undef of BIN_HEAP_ARR in npf/queue.cpp
commit86c2364f805fa4201a8111294b6184ba74c4b19f
authorcirdan <cirdansw@gmail.com>
Sat, 11 Jan 2014 12:54:13 +0000 (11 13:54 +0100)
committercirdan <cirdansw@gmail.com>
Sat, 11 Jan 2014 12:54:13 +0000 (11 13:54 +0100)
tree90a36f5b57b0aaaeb121764d9261c4d8887aaa23
parentb85ed28025c0240cb2ae3314daea890e73c2e88a
Remove stale #undef of BIN_HEAP_ARR in npf/queue.cpp

Commit 27114825344f21eaa1dfc152a4c4a6432b03e61a removed the
definition and all users of BIN_HEAP_ARR, but forgot to remove
an #undef in src/pathfinder/npf/queue.cpp; remove it now.
src/pathfinder/npf/queue.cpp