include/compiler: drop likely/unlikely annotations
We have no more in-tree users of these. Besides, let's assume that the
CPU's branch predictor always has better clues than we might have when
assessing the likeliness of a condition.
Bonus: this clears a recurring source of namespace clashes with C++
frameworks like Boost.
Signed-off-by:
Philippe Gerum <rpm@xenomai.org>
Please register or sign in to comment