From f916414b383afd37ec78509ee613df8878160406 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Tue, 15 Sep 2020 11:37:16 +0200 Subject: api: clean up use of deprecated flag The syntax of the deprecated flag has evolved. Clean up usage to be "option deprecated;". Type: fix Signed-off-by: Ole Troan Change-Id: If2b639f275eb8db58b36c457f9245fe35a4d8cb1 --- src/plugins/map/map.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/map/map.api') diff --git a/src/plugins/map/map.api b/src/plugins/map/map.api index adf4d0a5bbd..fa32978591c 100644 --- a/src/plugins/map/map.api +++ b/src/plugins/map/map.api @@ -112,7 +112,7 @@ define map_domains_get_reply define map_domain_dump { - option deprecated="v21.01"; + option deprecated; u32 client_index; u32 context; }; -- cgit 1.2.3-korg