f20dc1b Bug 697110 - (cov#10757) Remove unused variable in psetRootModAttrList()

Authored and Committed by nkinder 13 years ago
    Bug 697110 - (cov#10757) Remove unused variable in psetRootModAttrList()
    
    The "partial" variable in psetRootModAttrList() will never be set
    to anything other than 0.  This variable should be removed along
    with the if conditions that check if it is set.
    
        
file modified
+4 -9