In wpdb::get_col_length(), the final return false is unreachable since the default switch case returns.

See #33491.


git-svn-id: https://develop.svn.wordpress.org/trunk@33956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-09 00:47:31 +00:00
parent bb6dee64ae
commit ae16cec9fb

View File

@ -2521,8 +2521,6 @@ class wpdb {
default:
return false;
}
return false;
}
/**