summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-03-10 08:45:22 -0700
committerDustin Sallings <dustin@spy.net>2009-03-10 12:59:11 -0700
commit9d274fde124ec8f87ff9b136b9a1f12b598ee8a8 (patch)
treed19ef8d2f732ea32665bf96d72d66a6c96aebb42
parent44ec7ca57dd9241e178d65001105b7d100a7dd50 (diff)
downloadmemcached-9d274fde124ec8f87ff9b136b9a1f12b598ee8a8.tar.gz
Removed unused field from the connection struct.
320 -> 316
-rw-r--r--memcached.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index 0812b4b..ba613d3 100644
--- a/memcached.h
+++ b/memcached.h
@@ -301,7 +301,6 @@ struct conn {
unsigned char *hdrbuf; /* udp packet headers */
int hdrsize; /* number of headers' worth of space is allocated */
- int binary; /* are we in binary mode */
bool noreply; /* True if the reply should not be sent. */
/* Binary protocol stuff */
/* This is where the binary header goes */