Skip to content

Commit

Permalink
chore: remove unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
LazuliKao committed Jul 28, 2023
1 parent dbff056 commit 787fbf5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/Hook/QuickJS/Eval.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Hosihikari.NativeInterop.Hook.ObjectOriented;

Check failure on line 1 in src/Hook/QuickJS/Eval.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'NativeInterop' does not exist in the namespace 'Hosihikari' (are you missing an assembly reference?)
using System.Runtime.InteropServices;
using System.Text;
using Hosihikari.NativeInterop.Utils;

Check failure on line 3 in src/Hook/QuickJS/Eval.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'NativeInterop' does not exist in the namespace 'Hosihikari' (are you missing an assembly reference?)
using Hosihikari.VanillaScript.Assets;
Expand Down
1 change: 0 additions & 1 deletion src/Loader/SetupContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Runtime.InteropServices;
using Hosihikari.VanillaScript.QuickJS;
using Hosihikari.VanillaScript.QuickJS.Extensions;
using Hosihikari.VanillaScript.QuickJS.Types;

namespace Hosihikari.VanillaScript.Loader;
Expand Down
3 changes: 0 additions & 3 deletions src/QuickJS/Extensions/JsValueExtension.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Runtime.CompilerServices;
using System.Text.Json.Nodes;
using System.Xml.Linq;
using Hosihikari.VanillaScript.Hook.QuickJS;
using Hosihikari.VanillaScript.QuickJS.Types;

namespace Hosihikari.VanillaScript.QuickJS.Extensions;
Expand Down
1 change: 0 additions & 1 deletion src/QuickJS/Native.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Runtime.CompilerServices;
using System.Text.Json.Nodes;
using Hosihikari.NativeInterop;

Check failure on line 2 in src/QuickJS/Native.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'NativeInterop' does not exist in the namespace 'Hosihikari' (are you missing an assembly reference?)
using Hosihikari.NativeInterop.Utils;

Check failure on line 3 in src/QuickJS/Native.cs

View workflow job for this annotation

GitHub Actions / build

The type or namespace name 'NativeInterop' does not exist in the namespace 'Hosihikari' (are you missing an assembly reference?)
using Hosihikari.VanillaScript.QuickJS.Exceptions;
Expand Down
3 changes: 1 addition & 2 deletions src/QuickJS/Types/JsCFunctionListEntry.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;

namespace Hosihikari.VanillaScript.QuickJS.Types;

Expand Down
7 changes: 1 addition & 6 deletions src/QuickJS/Types/JsCFunctionType.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;

namespace Hosihikari.VanillaScript.QuickJS.Types
{
Expand Down
4 changes: 1 addition & 3 deletions src/QuickJS/Types/JsModuleDef.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Text.Json.Nodes;

namespace Hosihikari.VanillaScript.QuickJS.Types;
namespace Hosihikari.VanillaScript.QuickJS.Types;

//ref #L773
public ref struct JsModuleDef
Expand Down

0 comments on commit 787fbf5

Please sign in to comment.