X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fshash.h;h=97d36baddb8fb9f87152528c68c16587f6b78880;hb=bb2bc3c1a6b49794af17cc162e2c36b4adee73a3;hp=decfcbc1f9fd3a332d9ac778170d26a012061aa8;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/shash.h b/lib/shash.h index decfcbc1..97d36bad 100644 --- a/lib/shash.h +++ b/lib/shash.h @@ -67,12 +67,6 @@ const struct shash_node **shash_sort(const struct shash *); bool shash_equal_keys(const struct shash *, const struct shash *); struct shash_node *shash_random_node(struct shash *); -/* Working with "smaps": shashes used as string-to-string maps. */ -void smap_destroy(struct shash *); -bool smap_equal(const struct shash *, const struct shash *); -void smap_clone(struct shash *, const struct shash *); -void smap_add(struct shash *, const char *key, const char *value); - #ifdef __cplusplus } #endif