extension search index

This commit is contained in:
Olof hagsand 2020-02-20 15:08:25 +01:00
parent c43ee9e1ef
commit 2eae2b6000
5 changed files with 26 additions and 25 deletions

View file

@ -162,8 +162,6 @@ netconf_get_config(clicon_handle h,
int retval = -1;
cxobj *xfilter; /* filter */
char *ftype = NULL;
cxobj *xdata;
yang_stmt *yspec;
/* ie <filter>...</filter> */
if ((xfilter = xpath_first(xn, NULL, "filter")) != NULL)
@ -361,8 +359,6 @@ netconf_get(clicon_handle h,
int retval = -1;
cxobj *xfilter; /* filter */
char *ftype = NULL;
cxobj *xdata;
yang_stmt *yspec;
/* ie <filter>...</filter> */
if ((xfilter = xpath_first(xn, NULL, "filter")) != NULL)