CLEANUP: ist: Remove unused `count` argument from `ist2str*`
authorTim Duesterhus <tim@bastelstu.be>
Sat, 3 Apr 2021 18:39:21 +0000 (20:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Apr 2021 17:40:59 +0000 (19:40 +0200)
commitfea59fcf7903bc65d3f3579687a774100d837cb0
treeef3c9e00d7f38d64a6f1ea62f18691b46978cf3c
parentb8ee894b667f59b312fc44dfab7587ca6df013aa
CLEANUP: ist: Remove unused `count` argument from `ist2str*`

This argument is not being used inside the function (and the functions
themselves are unused as well) and not documented. Its purpose is not clear.
Just remove it.
include/import/ist.h