A Protocol Independent Hierarchical FIB (VPP-352)
[vpp.git] / vppinfra / vppinfra / hash.h
index 4db5a57..3f0efaa 100644 (file)
@@ -683,6 +683,11 @@ unformat_function_t unformat_hash_string;
 /* Main test routine. */
 int test_hash_main (unformat_input_t * input);
 
+static inline void
+hash_delete (void *bob)
+{
+}
+
 #endif /* included_hash_h */
 
 /*