summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorChelsea H. Komlo <chelsea.komlo@gmail.com>2016-11-02 09:45:02 -0500
committerChelsea H. Komlo <chelsea.komlo@gmail.com>2016-11-24 08:12:33 -0500
commit118bba7622ab15ea5c58ff32be178820150423ba (patch)
tree84b46f7a30af14b70b8533102f6b6cb56f72c9dd /changes
parentcfb8363da9210ba3df92a0b6a572b8c3c5adcf9b (diff)
downloadtor-118bba7622ab15ea5c58ff32be178820150423ba.tar.gz
tor-118bba7622ab15ea5c58ff32be178820150423ba.zip
Refactor to remove unnecessary check in circuit_is_available_for_use
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket188731
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/ticket18873 b/changes/ticket18873
index e19a290e45..f1d9bef6d2 100644
--- a/changes/ticket18873
+++ b/changes/ticket18873
@@ -4,3 +4,4 @@
- Refactor circuit_predict_and_launch_new for readability and testability.
- Added unit tests for extracted functions.
- Extracted magic numbers in circuituse.c into defined variables.
+ - Refactor circuit_is_available_for_use to remove unnecessary check