Remove the "fuzzy time" code

It was the start of a neat idea, but it only got used in 3 places,
none of which really needed it.
This commit is contained in:
Nick Mathewson
2011-03-25 15:27:06 -04:00
parent fe86be61b6
commit 444e46d96d
5 changed files with 14 additions and 90 deletions
+7
View File
@@ -0,0 +1,7 @@
o Code simplification and refactoring
- Remove the old 'fuzzy time' logic. It was supposed to be used
for handling calculations where we have a known amount of clock
skew and an allowed amount of unknown skew. But we only used it
in three places, and we never adjusted the known/unknown skew
values. This is still something we might want to do someday,
but if we do, we'll want to do it differently.