Skip to content

Commit

Permalink
Removed unused usings in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 7, 2024
1 parent 1c1897a commit e24b2b3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Cryptography;
using Yubico.PlatformInterop;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

using System;
using Yubico.PlatformInterop;

namespace Yubico.Core.Cryptography
{
Expand Down
2 changes: 0 additions & 2 deletions Yubico.Core/src/Yubico/Core/Iso7816/CommandApdu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@

using System;
using System.Buffers.Binary;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;

namespace Yubico.Core.Iso7816
{
Expand Down
1 change: 0 additions & 1 deletion Yubico.Core/src/Yubico/Core/Tlv/TlvEncoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

using System;
using System.Collections.Generic;

namespace Yubico.Core.Tlv
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Yubico.Core.Devices.Hid;

namespace Yubico.PlatformInterop
Expand Down

0 comments on commit e24b2b3

Please sign in to comment.