From: <mcu...@us...> - 2009-01-23 23:22:02
|
Revision: 1354 http://orm.svn.sourceforge.net/orm/?rev=1354&view=rev Author: mcurland Date: 2009-01-23 22:08:21 +0000 (Fri, 23 Jan 2009) Log Message: ----------- Missed compiler warning in [1353] refs #327 Modified Paths: -------------- trunk/Oial/ORMOialBridge/ORMElementGateway.cs Modified: trunk/Oial/ORMOialBridge/ORMElementGateway.cs =================================================================== --- trunk/Oial/ORMOialBridge/ORMElementGateway.cs 2009-01-23 21:57:35 UTC (rev 1353) +++ trunk/Oial/ORMOialBridge/ORMElementGateway.cs 2009-01-23 22:08:21 UTC (rev 1354) @@ -741,7 +741,6 @@ private static void ObjectificationRolePlayerChangedRule(RolePlayerChangedEventArgs e) { Objectification link = (Objectification)e.ElementLink; - FactType factType; if (e.DomainRole.Id == Objectification.NestedFactTypeDomainRoleId) { ProcessFactTypeForObjectificationDeleted((FactType)e.OldRolePlayer); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |