Author: hhubner Date: 2007-11-12 01:57:46 -0500 (Mon, 12 Nov 2007) New Revision: 2269
Modified: branches/trunk-reorg/bknr/datastore/src/data/txn.lisp Log: Remove unneeded global.
Modified: branches/trunk-reorg/bknr/datastore/src/data/txn.lisp =================================================================== --- branches/trunk-reorg/bknr/datastore/src/data/txn.lisp 2007-11-12 06:50:52 UTC (rev 2268) +++ branches/trunk-reorg/bknr/datastore/src/data/txn.lisp 2007-11-12 06:57:46 UTC (rev 2269) @@ -5,9 +5,6 @@ (defvar *store-debug* nil "Trace and time execution of transactions")
-(defvar *store-random-state* nil - "Random state of the store") - ;;; conditions
(define-condition not-in-transaction (error)