From dc50563da0bac69c1e5a6b1822c2fd230338ec13 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 2 Aug 2001 18:16:55 +0000 Subject: [PATCH] cleaned out recvFlag --- src/ca/virtualCircuit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ca/virtualCircuit.h b/src/ca/virtualCircuit.h index c018ac226..d245640d3 100644 --- a/src/ca/virtualCircuit.h +++ b/src/ca/virtualCircuit.h @@ -268,7 +268,6 @@ private: unsigned blockingForFlush; unsigned socketLibrarySendBufferSize; unsigned unacknowledgedSendBytes; - int recvFlag; bool busyStateDetected; // only modified by the recv thread bool flowControlActive; // only modified by the send process thread bool echoRequestPending;