Skip to content

Commit f1c985d

Browse files
bmwillgitster
authored andcommitted
config: remove git_config_iter
Since there is no implementation of the function 'git_config_iter', let's stop exporting it and remove the prototype from config.h. Signed-off-by: Brandon Williams <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e67a57f commit f1c985d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ extern int git_configset_get_pathname(struct config_set *cs, const char *key, co
165165
extern int git_config_get_value(const char *key, const char **value);
166166
extern const struct string_list *git_config_get_value_multi(const char *key);
167167
extern void git_config_clear(void);
168-
extern void git_config_iter(config_fn_t fn, void *data);
169168
extern int git_config_get_string_const(const char *key, const char **dest);
170169
extern int git_config_get_string(const char *key, char **dest);
171170
extern int git_config_get_int(const char *key, int *dest);

0 commit comments

Comments
 (0)