aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/policies.c')
-rw-r--r--src/or/policies.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/policies.c b/src/or/policies.c
index a5f8a28460..02c408fec2 100644
--- a/src/or/policies.c
+++ b/src/or/policies.c
@@ -47,7 +47,6 @@ typedef struct policy_summary_item_t {
int accepted:1; /** Has this port already been accepted */
} policy_summary_item_t;
-
/** Private networks. This list is used in two places, once to expand the
* "private" keyword when parsing our own exit policy, secondly to ignore
* just such networks when building exit policy summaries. It is important