Wrap all of the legacy guard code, and its users, in #ifdefs
commit68679504323b0a676a446b8fb34b976c9dc66b4f
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Dec 2016 17:36:13 +0000 (7 12:36 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 16 Dec 2016 16:06:22 +0000 (16 11:06 -0500)
tree89a6a9621fae80e4c41114aee2d0f12aed437dcb
parent2b4bfe62ee74b927d65923f5d07fe04f51f8779a
Wrap all of the legacy guard code, and its users, in #ifdefs

This will make it easier to see what we remove down the line.
13 files changed:
src/or/bridges.c
src/or/channel.c
src/or/circpathbias.c
src/or/circuitbuild.c
src/or/circuituse.c
src/or/config.c
src/or/connection_or.c
src/or/control.c
src/or/entrynodes.c
src/or/entrynodes.h
src/or/routerlist.c
src/test/test_entrynodes.c
src/test/test_routerlist.c