Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornuits.jp <nuits.jp@live.jp>2017-06-16 03:49:35 +0300
committernuits.jp <nuits.jp@live.jp>2017-06-16 03:49:35 +0300
commita1cedb29ccb346dc40dfd44dcc732692c3d5eae7 (patch)
treefd700fd51a97eb0762d0a562caaeffca0a27e5e1
parente7bc1da8637f11a073a33163d6e8ef2fa1405a37 (diff)
Remove Delete unnecessary variables.
-rw-r--r--Source/Xamarin/Prism.Forms.Tests/Behaviors/EventToCommandBehaviorFixture.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Xamarin/Prism.Forms.Tests/Behaviors/EventToCommandBehaviorFixture.cs b/Source/Xamarin/Prism.Forms.Tests/Behaviors/EventToCommandBehaviorFixture.cs
index 79e25d7..38018de 100644
--- a/Source/Xamarin/Prism.Forms.Tests/Behaviors/EventToCommandBehaviorFixture.cs
+++ b/Source/Xamarin/Prism.Forms.Tests/Behaviors/EventToCommandBehaviorFixture.cs
@@ -176,10 +176,6 @@ namespace Prism.Forms.Tests.Behaviors
[Fact]
public void Command_EventArgsParameterPath_Nested_When_ChildIsNull()
{
- dynamic item = new
- {
- AProperty = "Value"
- };
var executedCommand = false;
var behavior = new EventToCommandBehaviorMock
{