diff options
Diffstat (limited to 'src/feature/api')
-rw-r--r-- | src/feature/api/tor_api_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/feature/api/tor_api_internal.h b/src/feature/api/tor_api_internal.h index ef06cd7e6f..d52b2caf44 100644 --- a/src/feature/api/tor_api_internal.h +++ b/src/feature/api/tor_api_internal.h @@ -29,11 +29,6 @@ struct tor_main_configuration_t { /** Socket that Tor will use as an owning control socket. Owned. */ tor_socket_t owning_controller_socket; - - /** Disable commands other than "run tor". Not for use from outside Tor - * itself; if you need to use this for embedding, please contact the tor - * developers. */ - int run_tor_only; }; #endif /* !defined(TOR_API_INTERNAL_H) */ |