Remove unnecessary casts of makeNode() result
makeNode() is already a macro that has the right result pointer type, so casting it again to the same type is unnecessary.
Showing
Please register or sign in to comment
makeNode() is already a macro that has the right result pointer type, so casting it again to the same type is unnecessary.