weeding: remove redundant casts of nmalloc()
A cast on the same line as a variable declaration is superfluous, because it effectively defines the type of the variable twice.
Showing
+2 -2
Please register or sign in to comment
A cast on the same line as a variable declaration is superfluous, because it effectively defines the type of the variable twice.