CLEANUP: stream/cli: remove the now unneeded dump state from "show sess"
authorWilly Tarreau <w@1wt.eu>
Tue, 3 May 2022 09:17:35 +0000 (11:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:35 +0000 (18:13 +0200)
commit6177cfc3b5c40c48da7ddf175ca245db48db160d
tree31e26c922f3120331acf665e547d75f878a107d3
parentbb4e289fa90d4a92acbd7a502f1e57452dd26d82
CLEANUP: stream/cli: remove the now unneeded dump state from "show sess"

The state was a constant, let's remove what remains of the switch/case.
The code from the "case" statement was only reindented as can be checked
with "git show -b".
src/stream.c