From f56edb66e49baedba8215e31526b1ff3f3bcfd55 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 17 Oct 2013 15:32:45 +0100 Subject: [PATCH] Unused vars Closes #3937 --- includes/class-wc-cart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index e5ebef45262..49768d8352e 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -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 ) {