]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
mark dirinfo_type as unused in populate_live_entry_guards
authorNick Mathewson <nickm@torproject.org>
Wed, 1 Apr 2015 18:20:01 +0000 (14:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Apr 2015 18:20:01 +0000 (14:20 -0400)
src/or/entrynodes.c

index aec47bf40e2c5ae8865f367444af949edcc1c310..a9a92e2242d593de3ee1cd4056bc25867807b5e8 100644 (file)
@@ -1023,6 +1023,8 @@ populate_live_entry_guards(smartlist_t *live_entry_guards,
   int retval = 0;
   entry_is_live_flags_t entry_flags = 0;
 
+  (void) dirinfo_type;
+
   { /* Set the flags we want our entry node to have */
     if (need_uptime) {
       entry_flags |= ENTRY_NEED_UPTIME;