aboutsummaryrefslogtreecommitdiff
path: root/examples/unbound/interfaces/human.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unbound/interfaces/human.rs')
-rw-r--r--examples/unbound/interfaces/human.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/unbound/interfaces/human.rs b/examples/unbound/interfaces/human.rs
deleted file mode 100644
index dc20194..0000000
--- a/examples/unbound/interfaces/human.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-pub trait IHuman
-{
- fn make_pets_make_sounds(&self);
-}