diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-13 12:11:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-13 12:11:22 -0400 |
commit | 4c03af48806ac03e5754a7531ee9e915fc2f6c8c (patch) | |
tree | ff220ce09784d35f93eba47e05f09d6940e818be /src/or/main.h | |
parent | 2fe499eb3f4c4a15249f9f913a1cb4e59e94d03f (diff) | |
download | tor-4c03af48806ac03e5754a7531ee9e915fc2f6c8c.tar.gz tor-4c03af48806ac03e5754a7531ee9e915fc2f6c8c.zip |
Remove tell_event_loop_to_run_external_code() per review
(This function is no longer used.)
Diffstat (limited to 'src/or/main.h')
-rw-r--r-- | src/or/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.h b/src/or/main.h index f01506fcea..5ca435064d 100644 --- a/src/or/main.h +++ b/src/or/main.h @@ -45,7 +45,6 @@ int connection_is_writing(connection_t *conn); MOCK_DECL(void,connection_stop_writing,(connection_t *conn)); MOCK_DECL(void,connection_start_writing,(connection_t *conn)); -void tell_event_loop_to_run_external_code(void); void tor_shutdown_event_loop_and_exit(int exitcode); int tor_event_loop_shutdown_is_pending(void); |