diff options
Diffstat (limited to 'lib/northbound.c')
| -rw-r--r-- | lib/northbound.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/northbound.c b/lib/northbound.c index 69b96d3656..be49d92841 100644 --- a/lib/northbound.c +++ b/lib/northbound.c @@ -906,11 +906,6 @@ void nb_candidate_edit_config_changes(  	if (error && *error) {  		char buf[BUFSIZ]; -		/* -		 * Failure to edit the candidate configuration should never -		 * happen in practice, unless there's a bug in the code. When -		 * that happens, log the error but otherwise ignore it. -		 */  		snprintf(err_buf, err_bufsize,  			 "%% Failed to edit configuration.\n\n%s",  			 yang_print_errors(ly_native_ctx, buf, sizeof(buf)));  | 
