Skip to content

Commit

Permalink
Removed unused usings: Core.UnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 7, 2024
1 parent e24b2b3 commit f64791c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion Yubico.Core/tests/Yubico/Core/Buffers/Base16Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Linq;
using Xunit;

Expand Down
1 change: 0 additions & 1 deletion Yubico.Core/tests/Yubico/Core/Buffers/ModHexTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Linq;
using Xunit;

Expand Down
2 changes: 0 additions & 2 deletions Yubico.Core/tests/Yubico/Core/Cryptography/CryptoSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Security.Cryptography;
using Xunit;

namespace Yubico.Core.Cryptography
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Security.Cryptography;
using Xunit;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Linq;
using Moq;
using Xunit;
using Yubico.Core.Buffers;
using Yubico.PlatformInterop;

namespace Yubico.Core.Devices.Hid.UnitTests
{

Expand Down
3 changes: 0 additions & 3 deletions Yubico.Core/tests/Yubico/Core/Devices/Hid/HidDeviceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using Xunit;

namespace Yubico.Core.Devices.Hid.UnitTests
{

Expand Down

0 comments on commit f64791c

Please sign in to comment.