[CLEAN] remove unnecessary line
authortfr@openerp.com <>
Wed, 19 Oct 2011 09:05:15 +0000 (11:05 +0200)
committertfr@openerp.com <>
Wed, 19 Oct 2011 09:05:15 +0000 (11:05 +0200)
bzr revid: tfr@openerp.com-20111019090515-vpjmrqwpa6esywk7

addons/base_calendar/base_calendar.py

index 30323ca..fc34933 100644 (file)
@@ -1396,7 +1396,6 @@ rule or repeating pattern of time to exclude from the recurring rule."),
         if fields and 'duration' not in fields:
             fields.append('duration')
 
-        real_data = {}
         real_data = super(calendar_event, self).read(cr, uid,
                     [real_id for base_calendar_id, real_id in select],
                     fields=fields, context=context, load=load)