Remove extra lines

This commit is contained in:
Olof hagsand 2024-12-05 17:35:05 +01:00
parent 3332dfef20
commit 69eaf98913
72 changed files with 1 additions and 98 deletions

View file

@ -1149,8 +1149,6 @@ snmp_table_set(clixon_handle h,
goto done;
}
/*! Use a cache for getnext tables instead of an RPC to the backend every time
*
* The cache works as follows:

View file

@ -59,4 +59,3 @@ int clixon_snmp_table_exit(clixon_handle h);
#ifdef __cplusplus
} /* extern "C" */
#endif

View file

@ -112,7 +112,6 @@ static const map_str2int snmp_type_map[] = {
{NULL, -1}
};
/* Map between clixon "orig" resolved type and ASN.1 types.
*/
static const map_str2int snmp_orig_map[] = {
@ -157,7 +156,6 @@ static const map_str2str yang_snmp_types[] = {
{ NULL, NULL} /* if not found */
};
/*! A function that checks that all subtypes of the union are the same
*
* @param[in] ytype Yang resolved type (a union in this case)
@ -515,7 +513,6 @@ yangext_is_oid_exist(yang_stmt *yn)
}
}
/*! Duplicate clixon snmp handler struct
*
* Use signature of libnetsnmp data_clone field of netsnmp_mib_handler in agent_handler.h

View file

@ -119,4 +119,3 @@ int clixon_snmp_api_oid_find(oid *oid1, size_t oidlen);
#ifdef __cplusplus
} /* extern "C" */
#endif

View file

@ -52,4 +52,3 @@ int clixon_snmp_traverse_mibyangs(clixon_handle h);
#ifdef __cplusplus
} /* extern "C" */
#endif