From dfcfb5d17dcb89d51cdfe11ee89cb82791624ee3 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Wed, 30 Jan 2013 18:40:46 -0400 Subject: Refactor the scaling parameter fetching into a single function. Also, deprecate the torrc options for the scaling values. It's unlikely anyone but developers will ever tweak them, even if we provided a single ratio value. --- src/or/or.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 3c962e360b..e5fc06ac39 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3949,8 +3949,6 @@ typedef struct { double PathBiasExtremeRate; int PathBiasDropGuards; int PathBiasScaleThreshold; - int PathBiasScaleFactor; - int PathBiasMultFactor; /** @} */ /** -- cgit v1.2.3-54-g00ecf