summaryrefslogtreecommitdiffstats
path: root/tcps_sess.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 15:05:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 15:05:39 +0200
commite0a2745d3f84a2f22ffce029de14e38a6433b402 (patch)
tree7d18d01a3ee8a23d0f34ea2fd037e400911e794e /tcps_sess.c
parent02795031a3021698baf857ae0c3af0ce38cd7cd4 (diff)
downloadrsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.gz
rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.tar.xz
rsyslog-e0a2745d3f84a2f22ffce029de14e38a6433b402.zip
some cleanup (gotten rid of some more plain chars)
Diffstat (limited to 'tcps_sess.c')
-rw-r--r--tcps_sess.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcps_sess.c b/tcps_sess.c
index cf382db3..0460ebe5 100644
--- a/tcps_sess.c
+++ b/tcps_sess.c
@@ -335,7 +335,6 @@ static rsRetVal
DataRcvd(tcps_sess_t *pThis, char *pData, size_t iLen)
{
DEFiRet;
- char *pMsg;
char *pEnd;
ISOBJ_TYPE_assert(pThis, tcps_sess);
@@ -355,7 +354,6 @@ DataRcvd(tcps_sess_t *pThis, char *pData, size_t iLen)
* - printline() the buffer
* - continue with copying
*/
- pMsg = pThis->msg; /* just a shortcut */
pEnd = pData + iLen; /* this is one off, which is intensional */
while(pData < pEnd) {