aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-01 14:36:25 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-01 14:36:25 -0400
commitfc191df9304d7fe27ce0c90f75ad4282d43e14e6 (patch)
tree4677585656f0105b5669a7a9ee831297e1fb0784 /changes
parent0e60c52c6cf1863866a37dcb694823b21898eaf3 (diff)
downloadtor-fc191df9304d7fe27ce0c90f75ad4282d43e14e6.tar.gz
tor-fc191df9304d7fe27ce0c90f75ad4282d43e14e6.zip
Remove the unused "nulterminate" option to buf_pullup()
I was going to add a test for this, but I realized that it had no users. So, removed.
Diffstat (limited to 'changes')
-rw-r--r--changes/pullup_nulterm2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/pullup_nulterm b/changes/pullup_nulterm
new file mode 100644
index 0000000000..3f3bd5447a
--- /dev/null
+++ b/changes/pullup_nulterm
@@ -0,0 +1,2 @@
+ o Code simplifications and refactoring:
+ - Remove the unused "nulterminate" argument from buf_pullup().