Merge "Add example to run as unprotected VM bootloader."
diff --git a/compos/common/binder.rs b/compos/common/binder.rs
index ae857e0..4935b80 100644
--- a/compos/common/binder.rs
+++ b/compos/common/binder.rs
@@ -16,7 +16,6 @@
 
 //! Helper for converting Error types to what Binder expects
 
-use anyhow::Result;
 use binder::{ExceptionCode, Result as BinderResult};
 use binder_common::new_binder_exception;
 use log::warn;