• Vadim Zeitlin's avatar
    Remove loop that could be never executed from ODBC code · 97a4728c
    Vadim Zeitlin authored
    The hasVectorUseElements_ field is guaranteed to be false in the "else"
    branch of "if (hasVectorUseElements_)" condition, so the loop condition
    testing it could never be true.
    
    Simplify code by getting rid of the loop, without changing its
    behaviour.
    97a4728c