Skip to content

Commit

Permalink
Clean up Windows support as mentioned in Issue godaddy#209
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed Oct 7, 2020
1 parent 1f4fc63 commit 5e6c0fc
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GoDaddy.Asherah.PlatformNative.LLP64.Windows
{
public class CryptProtect
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
namespace GoDaddy.Asherah.PlatformNative.LLP64.Windows.Enums
{
[Flags]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GoDaddy.Asherah.PlatformNative.LLP64.Windows.Enums
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
namespace GoDaddy.Asherah.PlatformNative.LLP64.Windows.Enums
{
public enum MemoryProtection : uint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace GoDaddy.Asherah.PlatformNative.LLP64.Windows
{
public enum VirtualUnlockErrors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Linux;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.MacOS;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Windows;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Linux;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.MacOS;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Windows;

namespace GoDaddy.Asherah.SecureMemory.Tests.ProtectedMemoryImpl
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Libc;

namespace GoDaddy.Asherah.SecureMemory.ProtectedMemoryImpl.Windows
Expand Down

0 comments on commit 5e6c0fc

Please sign in to comment.