diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-18 23:39:32 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-19 03:47:02 +0200 |
| commit | 26bd685a87cd95b0a864580c5d8696eee203d929 (patch) | |
| tree | caab4c52fb17adf9a76570d2c5a814948d0d1c15 /lib/affinitymap.h | |
| parent | fdd834b8cc69b1b8c9bdfcfa1f033f35affb4c09 (diff) | |
lib: make affinity-map value unique in the yang model
It allows us to remove the code that does the same thing manually.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/affinitymap.h')
| -rw-r--r-- | lib/affinitymap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/affinitymap.h b/lib/affinitymap.h index 5ce233404f..8e0a798040 100644 --- a/lib/affinitymap.h +++ b/lib/affinitymap.h @@ -63,7 +63,6 @@ extern const struct frr_yang_module_info frr_affinity_map_info; void affinity_map_set(const char *name, int pos); void affinity_map_unset(const char *name); struct affinity_map *affinity_map_get(const char *name); -char *affinity_map_name_get(const int pos); bool affinity_map_check_update_hook(const char *affmap_name, uint16_t new_pos); void affinity_map_update_hook(const char *affmap_name, uint16_t new_pos); |
