File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -447,15 +447,6 @@ void git_configset_init(struct config_set *cs);
447
447
*/
448
448
int git_configset_add_file (struct config_set * cs , const char * filename );
449
449
450
- /**
451
- * Parses command line options and environment variables, and adds the
452
- * variable-value pairs to the `config_set`. Returns 0 on success, or -1
453
- * if there is an error in parsing. The caller decides whether to free
454
- * the incomplete configset or continue using it when the function
455
- * returns -1.
456
- */
457
- int git_configset_add_parameters (struct config_set * cs );
458
-
459
450
/**
460
451
* Finds and returns the value list, sorted in order of increasing priority
461
452
* for the configuration variable `key` and config set `cs`. When the
You can’t perform that action at this time.
0 commit comments