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

@ -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