Unused vars Closes #3937

This commit is contained in:
Mike Jolley 2013-10-17 15:32:45 +01:00
parent d27f8f4848
commit f56edb66e4
1 changed files with 0 additions and 2 deletions

View File

@ -2256,8 +2256,6 @@ class WC_Cart {
$price = $_product->get_price();
$taxable = $_product->is_taxable();
$base_tax_rates = $this->tax->get_shop_base_rate( $_product->tax_class );
$tax_rates = $this->tax->get_rates( $_product->get_tax_class() ); // This will get the base rate unless we're on the checkout page
// Taxable
if ( $taxable ) {