summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/l3_binding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/l3_binding.hpp')
-rw-r--r--extras/vom/vom/l3_binding.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/vom/vom/l3_binding.hpp b/extras/vom/vom/l3_binding.hpp
index 0177e56ea2b..a2a46263dbd 100644
--- a/extras/vom/vom/l3_binding.hpp
+++ b/extras/vom/vom/l3_binding.hpp
@@ -95,11 +95,6 @@ public:
static void dump(std::ostream& os);
/**
- * Find all bindings in the DB for the interface passed
- */
- static std::deque<std::shared_ptr<l3_binding>> find(const interface& i);
-
- /**
* Find a binding from its key
*/
static std::shared_ptr<l3_binding> find(const key_t& k);