Remove deprecated options from 0.2.9.2-alpha
We have a set of deprecated options in `src/or/config.c` in the `option_deprecation_notes_` array. We should `OBSOLETE()` them and remove the associated code. Let's do one option removal per commit. legacy/trac#21522 and legacy/trac#21031 asks to not get rid of `ClientDNSRejectInternalAddresses` so let's not for this ticket.
issue