summaryrefslogtreecommitdiff
path: root/host-common/testing/MockAndroidAgentFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'host-common/testing/MockAndroidAgentFactory.h')
-rw-r--r--host-common/testing/MockAndroidAgentFactory.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/host-common/testing/MockAndroidAgentFactory.h b/host-common/testing/MockAndroidAgentFactory.h
index 8f931d10..b37afc63 100644
--- a/host-common/testing/MockAndroidAgentFactory.h
+++ b/host-common/testing/MockAndroidAgentFactory.h
@@ -13,10 +13,6 @@
// limitations under the License.
#pragma once
-#ifdef _WIN32
-#include <windows.h>
-#endif
-
#include <stdio.h>
#include "host-common/AndroidAgentFactory.h"
@@ -43,17 +39,5 @@ public:
};
-
-#ifdef _WIN32
-// A set of flags that are only relevant for windows based unit tests
-class WindowsFlags {
- public:
- static bool sIsParentProcess;
- static HANDLE sChildRead;
- static HANDLE sChildWrite;
- static char sFileLockPath[MAX_PATH];
-};
-#endif
-
} // namespace emulation
} // namespace android