Revert "Restore feature where nt-services detect non-"run_tor" modes."

This reverts commit 5c240db0bf.
This commit is contained in:
Nick Mathewson
2020-01-17 08:39:49 -05:00
parent 7f03ba06d8
commit d7a22160f5
3 changed files with 35 additions and 29 deletions
-5
View File
@@ -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) */