summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-04-11 10:01:18 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-04-11 10:01:18 +0500
commitaaf9b53332b4afd163caf8b5b1311247c81bbce9 (patch)
tree32552588b6f1c6046f35744e4505738edb09af77 /pop3d.h
parentb8ce860618b3c173fb0246a723778139983220db (diff)
Remove redundant sock member in session. io already holds the sock for each session.
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop3d.h b/pop3d.h
index d2b29d0..1b70163 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -138,7 +138,6 @@ struct session {
size_t nmsgs;
struct listener *l;
uint32_t id;
- int sock;
int flags;
enum state state;
};