Skip to content

Commit 66c2e26

Browse files
fixing namespace issue
1 parent 33c02b0 commit 66c2e26

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

DataSource.DataProviders.SQLite/SQLiteDataProvider/SQLiteVirtualDataSourceDataProviderWorker.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
using System.Collections.Generic;
44
using System.Threading.Tasks;
55
using System.Linq;
6-
#if !PCL
7-
using GridODataTest;
8-
#endif
96

107
using SQLite;
118
using System.Xml;

ODataDataProvider/ODataVirtualDataSourceDataProviderWorker.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
using System.Collections.Generic;
55
using System.Threading.Tasks;
66
using System.Linq;
7-
#if !PCL
8-
using GridODataTest;
9-
#endif
107

118
using System.Xml;
129
using Infragistics.Controls.DataSource;

0 commit comments

Comments
 (0)