Remove a stray file.

This commit is contained in:
2023-04-13 20:57:09 -07:00
parent 8d8b200513
commit 00af4a5f05

View File

@@ -1,8 +0,0 @@
struct BackendObject {
}
impl BackendObject {
pub fn new() -> Result<Self, ()> {
unimplemented!()
}
}