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.
This commit is contained in:
Nick Mathewson
2015-09-01 14:36:25 -04:00
parent 0e60c52c6c
commit fc191df930
4 changed files with 15 additions and 26 deletions
+2
View File
@@ -0,0 +1,2 @@
o Code simplifications and refactoring:
- Remove the unused "nulterminate" argument from buf_pullup().