Skip to content

Commit ef46fce

Browse files
committed
Code cleanup.
1 parent 6eb1229 commit ef46fce

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

test/MsgPack.UnitTest.Silverlight.WindowsPhone/App.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Diagnostics;
3-
using System.Resources;
43
using System.Threading;
54
using System.Windows;
65
using System.Windows.Markup;

test/MsgPack.UnitTest.Silverlight.WindowsPhone/MainPage.xaml.cs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Net;
5-
using System.Windows;
6-
using System.Windows.Controls;
7-
using System.Windows.Navigation;
8-
using Microsoft.Phone.Controls;
9-
using Microsoft.Phone.Shell;
102
using System.Threading;
3+
using Microsoft.Phone.Controls;
114
using Microsoft.VisualStudio.TestPlatform.Core;
12-
using vstest_executionengine_platformbridge;
135
using Microsoft.VisualStudio.TestPlatform.TestExecutor;
14-
using System.Reflection;
6+
using vstest_executionengine_platformbridge;
157

168
namespace MsgPack
179
{

0 commit comments

Comments
 (0)