When admin approves a registered user, I don’t want to send a notification email to users

This should overwrite the plugable function that sends the email.

if ( !function_exists('wp_new_user_notification') ) {
    function wp_new_user_notification( $user_id, $plaintext_pass="" ){}
}