From 6ca34289d959c43f28a94a654ac35b8616028147 Mon Sep 17 00:00:00 2001
From: wangjohn <wangjohn@mit.edu>
Date: Sun, 20 Jan 2013 13:19:05 -0500
Subject: Removed reflects_transaction_state.

---
 activerecord/lib/active_record/core.rb | 1 -
 1 file changed, 1 deletion(-)

(limited to 'activerecord')

diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index 8a54cebfcf..812f1ce5c5 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -377,7 +377,6 @@ module ActiveRecord
       @txn                        = nil
       @_start_transaction_state   = {}
       @transaction                = nil
-      @reflects_transaction_state = false
     end
   end
 end
-- 
cgit v1.2.3