x86: remove pointless 2nd parameter from check_VecOperations()
In the one case where non-NULL gets passed, passing NULL has the same effect. Hence the parameter is not needed at all.
Loading
Please register or sign in to comment
In the one case where non-NULL gets passed, passing NULL has the same effect. Hence the parameter is not needed at all.