summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_alloc.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-09 13:54:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-09 13:54:47 -0600
commit3a462f2a7cc160d54e7fd9ffc99bc1f15bdfbe2c (patch)
tree634b294f9fe1fe440e15a18eee121a09be5ac1fb /nuttx/net/iob/iob_alloc.c
parent087a17dd2cc4b6cf86386cc52bf9c3a52cc26445 (diff)
downloadnuttx-3a462f2a7cc160d54e7fd9ffc99bc1f15bdfbe2c.tar.gz
nuttx-3a462f2a7cc160d54e7fd9ffc99bc1f15bdfbe2c.tar.bz2
nuttx-3a462f2a7cc160d54e7fd9ffc99bc1f15bdfbe2c.zip
IOB: remove flags
Diffstat (limited to 'nuttx/net/iob/iob_alloc.c')
-rw-r--r--nuttx/net/iob/iob_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/iob/iob_alloc.c b/nuttx/net/iob/iob_alloc.c
index 39c7d5f1c..630c5368e 100644
--- a/nuttx/net/iob/iob_alloc.c
+++ b/nuttx/net/iob/iob_alloc.c
@@ -93,7 +93,6 @@ FAR struct iob_s *iob_alloc(void)
/* Put the I/O buffer in a known state */
iob->io_flink = NULL; /* Not in a chain */
- iob->io_flags = 0; /* Flags associated with the I/O buffer */
iob->io_len = 0; /* Length of the data in the entry */
iob->io_offset = 0; /* Offset to the beginning of data */
iob->io_pktlen = 0; /* Total length of the packet */