Browse Source

Fix write_short_policy usage comment

teor 7 years ago
parent
commit
e95b8f7df9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/or/policies.c

+ 1 - 2
src/or/policies.c

@@ -2624,8 +2624,7 @@ parse_short_policy(const char *summary)
   return result;
 }
 
-/** Write <b>policy</b> back out into a string. Used only for unit tests
- * currently. */
+/** Write <b>policy</b> back out into a string. */
 char *
 write_short_policy(const short_policy_t *policy)
 {