• Tom Lane's avatar
    Remove redundant initialization of a local variable. · 8c44802b
    Tom Lane authored
    In what was doubtless a typo, commit bf6c614a introduced a duplicate
    initialization of a local variable.  This made Coverity unhappy, as well
    as pretty much anybody reading the code.  We don't even have a real use
    for the local variable, so just remove it.
    8c44802b
nodeGroup.c 5.94 KB