Skip to content

Commit caf7f7e

Browse files
committed
Неиспользуемые импорты
1 parent b8cc1e3 commit caf7f7e

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

src/OneScript.Core/Commons/Utils.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ This Source Code Form is subject to the terms of the
55
at http://mozilla.org/MPL/2.0/.
66
----------------------------------------------------------*/
77
using System;
8-
using System.Collections;
98
using System.Collections.Generic;
10-
using System.Linq;
119

1210
namespace OneScript.Commons
1311
{

src/OneScript.Core/Compilation/Binding/SymbolTable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This Source Code Form is subject to the terms of the
55
at http://mozilla.org/MPL/2.0/.
66
----------------------------------------------------------*/
77

8-
using System;
98
using System.Collections.Generic;
109
using OneScript.Contexts;
1110

src/OneScript.Core/Contexts/PredefinedInterfaceResolver.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ This Source Code Form is subject to the terms of the
55
at http://mozilla.org/MPL/2.0/.
66
----------------------------------------------------------*/
77

8-
using System;
98
using System.Collections.Generic;
109
using System.Linq;
11-
using System.Reflection;
1210
using OneScript.Commons;
1311
using OneScript.Execution;
1412

src/OneScript.Core/Rcw/RcwMembersMetadataCollection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This Source Code Form is subject to the terms of the
77

88
using System;
99
using System.Collections.Generic;
10-
using System.Collections.ObjectModel;
1110

1211
namespace OneScript.Rcw
1312
{

src/OneScript.Core/Values/BslBooleanValue.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This Source Code Form is subject to the terms of the
99
using OneScript.Exceptions;
1010
using OneScript.Localization;
1111
using OneScript.Types;
12-
using ScriptEngine.Machine;
1312

1413
namespace OneScript.Values
1514
{

0 commit comments

Comments
 (0)