diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
commit | 61cebb2035b8cfb2f84ab5e198742d0b29b41192 (patch) | |
tree | 209dd7c275e6005480be3833ea3d2302c794cd80 /scripts | |
parent | 2917ecaa970c8fabcc0e9875b1e87c0d279ab1b3 (diff) | |
download | tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.tar.gz tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.zip |
Minimize the includes in control.c
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index fe91e0c345..a6726ef570 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -109,8 +109,6 @@ problem function-size /src/tools/tor-gencert.c:parse_commandline() 111 problem function-size /src/feature/keymgt/loadkey.c:ed_key_init_from_file() 333 problem function-size /src/feature/dircommon/consdiff.c:gen_ed_diff() 204 problem function-size /src/feature/dircommon/consdiff.c:apply_ed_diff() 159 -problem file-size /src/feature/control/control.c 7592 -problem include-count /src/feature/control/control.c 90 problem function-size /src/feature/control/control_auth.c:handle_control_authenticate() 188 problem function-size /src/feature/control/control_auth.c:handle_control_authchallenge() 115 problem function-size /src/feature/control/control_getinfo.c:getinfo_helper_misc() 109 |