summary refs log tree commit diff
path: root/vm_control/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vm_control/Cargo.toml')
-rw-r--r--vm_control/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm_control/Cargo.toml b/vm_control/Cargo.toml
index eb8a078..564aea1 100644
--- a/vm_control/Cargo.toml
+++ b/vm_control/Cargo.toml
@@ -4,9 +4,6 @@ version = "0.1.0"
 authors = ["The Chromium OS Authors"]
 edition = "2018"
 
-[features]
-sandboxed-libusb = []
-
 [dependencies]
 data_model = { path = "../data_model" }
 kvm = { path = "../kvm" }