[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] We no longer use config_var_description_t



commit c9b8d4c086931d806655a48b16b82ed132613382
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Wed Aug 3 11:19:08 2016 -0400

    We no longer use config_var_description_t
---
 src/or/confparse.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/or/confparse.h b/src/or/confparse.h
index 885c615..ca6fb5e 100644
--- a/src/or/confparse.h
+++ b/src/or/confparse.h
@@ -61,13 +61,6 @@ typedef struct config_var_t {
   const char *initvalue; /**< String (or null) describing initial value. */
 } config_var_t;
 
-/** Represents an English description of a configuration variable; used when
- * generating configuration file comments. */
-typedef struct config_var_description_t {
-  const char *name;
-  const char *description;
-} config_var_description_t;
-
 /** Type of a callback to validate whether a given configuration is
  * well-formed and consistent. See options_trial_assign() for documentation
  * of arguments. */

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits