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/nsim/nsim.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/nsim') diff --git a/src/plugins/nsim/nsim.api b/src/plugins/nsim/nsim.api index 65493252022..f0ae02a70bd 100644 --- a/src/plugins/nsim/nsim.api +++ b/src/plugins/nsim/nsim.api @@ -61,7 +61,7 @@ autoreply define nsim_output_feature_enable_disable */ autoreply define nsim_configure { - option deprecated="v21.01"; + option deprecated; /* Client identifier, set from api_main.my_client_index */ u32 client_index; -- cgit 1.2.3-korg