浏览代码

Fix redundant-declaration warning

Nick Mathewson 8 年之前
父节点
当前提交
0010b8064e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/or/config.h

+ 0 - 2
src/or/config.h

@@ -171,8 +171,6 @@ STATIC int parse_dir_authority_line(const char *line,
 STATIC int parse_dir_fallback_line(const char *line, int validate_only);
 STATIC int have_enough_mem_for_dircache(const or_options_t *options,
                                         size_t total_mem, char **msg);
-STATIC int parse_dir_fallback_line(const char *line,
-                                   int validate_only);
 STATIC int parse_port_config(smartlist_t *out,
                   const config_line_t *ports,
                   const config_line_t *listenaddrs,