CLEANUP: session: remove term_trace which is not used anymore
authorWilly Tarreau <w@1wt.eu>
Sat, 13 Oct 2012 09:09:14 +0000 (11:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Oct 2012 09:10:30 +0000 (11:10 +0200)
commitc93f7959e596f837272e2ebc82d0e4cb54688666
tree618f5e3fb1455000bcacf4ce46522b239a37ff05
parent0a8535fec8645db9d8891875553879f44063f598
CLEANUP: session: remove term_trace which is not used anymore

This field was used to trace precisely where a session was terminated
but it did not survive code rearchitecture and was not used at all
anymore. Let's get rid of it.
include/proto/session.h
include/types/session.h
src/peers.c
src/session.c