Remove extra lines
This commit is contained in:
parent
3332dfef20
commit
69eaf98913
72 changed files with 1 additions and 98 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ int clixon_snmp_table_exit(clixon_handle h);
|
|||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -119,4 +119,3 @@ int clixon_snmp_api_oid_find(oid *oid1, size_t oidlen);
|
|||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,3 @@ int clixon_snmp_traverse_mibyangs(clixon_handle h);
|
|||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue