summary refs log tree commit diff
path: root/hypervisor/src/types/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor/src/types/mod.rs')
-rw-r--r--hypervisor/src/types/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/hypervisor/src/types/mod.rs b/hypervisor/src/types/mod.rs
deleted file mode 100644
index 69fa9e4..0000000
--- a/hypervisor/src/types/mod.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2020 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
-pub mod x86;
-
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
-pub use self::x86::*;